-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
67 lines (67 loc) · 1.55 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
58
59
60
61
62
63
64
65
66
67
{
"name": "@neutralinojs/neu",
"version": "11.3.0",
"description": "neu CLI for Neutralinojs",
"main": "./bin/neu.js",
"scripts": {
"start": "node ./bin/neu.js",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/neutralinojs/neutralinojs-cli.git"
},
"author": {
"name": "Neutralinojs and contributors",
"email": "neutralinojs@gmail.com",
"url": "https://neutralino.js.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/neutralinojs/neutralinojs-cli/issues"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/shalithasuranga"
},
"homepage": "https://neutralino.js.org/docs/cli/neu-cli",
"dependencies": {
"@electron/asar": "^3.0.3",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"commander": "^7.2.0",
"configstore": "^5.0.1",
"edit-json-file": "^1.6.2",
"follow-redirects": "^1.13.1",
"fs-extra": "^9.0.1",
"png2icons": "^2.0.1",
"recursive-readdir": "^2.2.2",
"resedit": "^2.0.2",
"spawn-command": "^0.0.2-1",
"tcp-port-used": "^1.0.2",
"uuid": "^8.3.2",
"websocket": "^1.0.34",
"zip-lib": "^1.0.4"
},
"bin": {
"neu": "./bin/neu.js"
},
"keywords": [
"neutralinojs",
"neu",
"cross-platform",
"framework",
"desktop-framework",
"lightweight",
"cpp",
"javascript",
"desktop",
"webview",
"chrome",
"browser",
"codezri"
],
"devDependencies": {
"prettier": "^3.2.5"
}
}