-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.39 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
{
"name": "elan-cli",
"version": "0.2.1",
"description": "CLI tool to init and manage Electron/Angular applications",
"main": "index.js",
"bin": {
"elan": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/D-LUSiON/elan-cli.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"cli",
"electron",
"angular",
"tool",
"manage tool",
"build tool"
],
"author": "D-LUSiON",
"license": "MIT",
"bugs": {
"url": "https://github.com/D-LUSiON/elan-cli/issues"
},
"homepage": "https://github.com/D-LUSiON/elan-cli#readme",
"dependencies": {
"@angular/cli": "^10.0.6",
"asar": "^3.0.3",
"chalk": "^4.1.0",
"chokidar": "^3.4.2",
"electron": "^9.2.0",
"electron-builder": "20.44.4",
"electron-rebuild": "^1.11.0",
"figlet": "^1.5.0",
"fs-extra": "^9.0.1",
"global-modules": "^2.0.0",
"inquirer": "^7.3.3",
"loading-spinner": "^1.2.1",
"minimist": "^1.2.5",
"node-loader": "^1.0.1",
"nodemon": "^2.0.4",
"semver": "^7.3.2",
"simple-git": "^2.17.0",
"typescript": "^3.9.7",
"webpack": "^4.44.1"
},
"devDependencies": {
"codelyzer": "^5.2.2"
}
}