-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@kba-tools/create-express-app",
"version": "0.6.0",
"description": "Boilerplate for an Express App.",
"bin": "./bin/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kba-tools/create-express-app.git"
},
"keywords": [
"express",
"javascript",
"typescript",
"framework",
"cli",
"boilerplate"
],
"author": "Kerala Blockchain Academy",
"license": "MIT",
"bugs": {
"url": "https://github.com/kba-tools/create-express-app/issues"
},
"homepage": "https://github.com/kba-tools/create-express-app#readme",
"dependencies": {
"chalk": "^5.6.2",
"inquirer": "^12.10.0",
"mkdirp": "^3.0.1",
"rimraf": "^6.1.0"
},
"type": "module",
"files": [
"LICENSE.md",
"bin/",
"templates/"
]
}