-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.48 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@efc/cli",
"version": "3.1.6",
"description": "A command-line tool to manage your Construct Electron projects",
"scripts": {
"start": "node src/app.js",
"release": "np --yolo --any-branch --no-yarn",
"test": "echo 1",
"postpublish": "git log v2.3.7..master --pretty=format:\"- %Cred%h%Creset %s%n%b%n\" --abbrev-commit"
},
"repository": {
"type": "git",
"url": "https://github.com/ElectronForConstruct/cli"
},
"preferGlobal": true,
"bin": {
"efc": "./index.js"
},
"engines": {
"node": ">=9"
},
"author": "Armaldio <[email protected]>",
"license": "MIT",
"dependencies": {
"change-case": "^3.1.0",
"deepmerge": "^4.0.0",
"dotenv": "^8.0.0",
"dumper.js": "^1.3.1",
"electron-builder": "^21.2.0",
"electron-packager": "^14.0.4",
"enquirer": "^2.3.0",
"express": "^4.16.4",
"extract-zip": "^1.6.7",
"got": "^9.6.0",
"mri": "^1.1.4",
"node-abi": "^2.8.0",
"recursive-readdir": "^2.2.2",
"semver": "^6.0.0",
"shelljs": "^0.8.3",
"signale": "^1.4.0",
"socket.io": "^2.2.0",
"terser": "^4.1.4",
"tmp": "^0.1.0",
"update-notifier": "^3.0.0",
"windows-shortcuts": "^0.1.6"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"np": "^7.2.0"
}
}