This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
67 lines (67 loc) · 1.69 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": "nwjs-builder-phoenix",
"version": "1.15.0",
"description": "",
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"bin": {
"build": "./dist/bin/build.js",
"run": "./dist/bin/run.js"
},
"scripts": {
"prepublish": "npm run build",
"test": "npm run build && ava",
"coverage": "nyc ava",
"build": "tsc --declaration",
"release": "npm test && standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evshiron/nwjs-builder-phoenix.git"
},
"author": "evshiron",
"license": "MIT",
"bugs": {
"url": "https://github.com/evshiron/nwjs-builder-phoenix/issues"
},
"homepage": "https://github.com/evshiron/nwjs-builder-phoenix#readme",
"devDependencies": {
"@types/bluebird": "^3.5.3",
"@types/debug": "0.0.29",
"@types/es6-shim": "^0.31.32",
"@types/fs-extra": "^3.0.0",
"@types/node": "^7.0.5",
"@types/progress": "^1.1.28",
"@types/request": "0.0.45",
"@types/semver": "^5.3.31",
"@types/tmp": "0.0.32",
"@types/yargs": "^6.6.0",
"ava": "^0.18.2",
"cross-env": "^3.2.3",
"lerna": "^2.0.0-rc.3",
"nyc": "^10.1.2",
"standard-version": "^4.0.0",
"tslint": "^4.5.1",
"typescript": "^2.2.1"
},
"dependencies": {
"7zip-bin": "^2.0.4",
"bluebird": "^3.5.0",
"debug": "^2.6.1",
"dir-compare": "^1.3.0",
"fs-extra": "^3.0.1",
"globby": "^6.1.0",
"plist": "^2.0.1",
"progress": "^1.1.8",
"rcedit": "^0.8.0",
"request": "^2.80.0",
"request-progress": "^3.0.0",
"semver": "^5.3.0",
"source-map-support": "^0.4.11",
"tmp": "0.0.31",
"yargs": "^7.0.1"
},
"engines": {
"node": ">=5.10.0"
}
}