-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 888 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 888 Bytes
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
{
"name": "neu-forge",
"version": "0.4.8",
"description": "A Tool for developing neutralinojs applications",
"main": "src/index.js",
"bin": {
"neu-forge": "bin/neu-forge.js"
},
"scripts": {
"test": "node bin/neu-forge.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pegvin/neu-forge.git"
},
"keywords": [
"forge",
"neutralinojs"
],
"author": "ADITYA MISHRA",
"license": "MIT",
"bugs": {
"url": "https://github.com/pegvin/neu-forge/issues"
},
"homepage": "https://github.com/pegvin/neu-forge#readme",
"dependencies": {
"asar": "^3.1.0",
"chokidar": "^3.5.3",
"commander": "^9.3.0",
"edit-json-file": "^1.7.0",
"follow-redirects": "^1.15.1",
"fs-extra": "^10.1.0",
"inquirer": "^9.0.0",
"nanospinner": "^1.1.0",
"recursive-readdir": "^2.2.2",
"unzipper": "^0.10.11",
"uuid": "^8.3.2",
"websocket": "^1.0.34"
}
}