-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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": "nwts-tools",
"version": "0.3.6",
"author": "David Martínez",
"bin": {
"nwts-compile": "bin/compile.mjs",
"nwts-package": "bin/package.mjs",
"nwts-patch-codecs": "bin/patch-codecs.mjs",
"nwts-run": "bin/run.mjs"
},
"scripts": {
"postinstall": "node patch-zx.js",
"version": "git add -A",
"postversion": "git push && git push --tags"
},
"dependencies": {
"got": "^12.5.0",
"zx": "^7.1.1"
},
"devDependencies": {
"@types/chrome": "^0.0.197",
"@types/node": "^18.7.18",
"@types/nw.js": "^0.13.16",
"clang-format": "^1.8.0",
"typescript": "^4.8.3"
},
"description": "Tools for running, patching, and packaging NW.js apps.",
"repository": {
"type": "git",
"url": "git+https://github.com/davidmartinez10/nwts-tools.git"
},
"keywords": [
"nwjs",
"nw.js",
"typescript",
"desktop"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/davidmartinez10/nwts-tools/issues"
},
"homepage": "https://github.com/davidmartinez10/nwts-tools#readme",
"types": "types/index.d.ts"
}