-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 987 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
42
{
"name": "@expresso/create-app",
"version": "1.0.2",
"description": "Expresso scaffolder",
"main": "index.js",
"bin": {
"create-app": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expresso/create-app.git"
},
"keywords": [
"expresso",
"generator",
"app",
"express",
"prisma"
],
"author": "Roz <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/expresso/create-app/issues"
},
"homepage": "https://github.com/expresso/create-app#readme",
"dependencies": {
"cac": "^6.7.12",
"inquirer-search-list": "^1.2.6",
"sao": "^1.7.1",
"spdx-license-ids": "^3.0.11"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0"
}
}