-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 KB
/
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
43
44
{
"name": "@supercharge/installer",
"description": "Supercharge application installer",
"version": "2.0.1",
"author": "Marcus Poehls <marcus@superchargejs.com>",
"bin": {
"supercharge": "cli.js"
},
"bugs": {
"url": "https://github.com/superchargejs/installer/issues"
},
"dependencies": {
"@adonisjs/ace": "~5.0.8",
"@sindresorhus/slugify": "~0.9.1",
"execa": "~3.4.0",
"listr": "~0.14.3",
"update-notifier": "~6.0.0"
},
"devDependencies": {
"eslint": "~6.8.0",
"eslint-config-standard": "~14.1.0",
"eslint-plugin-import": "~2.20.1",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-standard": "~4.0.1"
},
"engines": {
"node": ">= 8.12"
},
"homepage": "https://github.com/superchargejs/installer",
"keywords": [
"installer",
"supercharge",
"superchargejs"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superchargejs/installer.git"
}
}