-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 943 Bytes
/
package.json
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
40
41
{
"name": "cra-express-app",
"version": "0.4.1",
"description": "Npm package to create Express apps with templates",
"main": "./lib/index.js",
"bin": {
"create-express-app": "./lib/index.js"
},
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PieroNarciso/create-express-app.git"
},
"keywords": [
"typescript",
"express",
"generate",
"create-express-app",
"template",
"javascript",
"mongoose"
],
"author": "Piero Narciso",
"license": "MIT",
"bugs": {
"url": "https://github.com/PieroNarciso/create-express-app/issues"
},
"homepage": "https://github.com/PieroNarciso/create-express-app#readme",
"dependencies": {
"enquirer": "^2.3.6",
"kolorist": "^1.3.2",
"minimist": "^1.2.5"
},
"devDependencies": {
"@types/minimist": "^1.2.1",
"@types/node": "^14.14.35",
"typescript": "^4.2.3"
}
}