forked from electron-userland/electron-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 5.48 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"private": true,
"license": "MIT",
"scripts": {
"//": "do not wrap into single quotes - windows doesn't unwrap arg in this case",
"compile": "ts-babel \"packages/*\" test && yarn schema",
"lint": "node test/out/helpers/lint.js",
"lint-deps": "node ./test/out/helpers/checkDeps.js",
"pretest": "yarn compile && node test/out/helpers/lint.js && node ./test/out/helpers/checkDeps.js",
"///": "Please see https://github.com/electron-userland/electron-builder/blob/master/CONTRIBUTING.md#run-test-using-cli how to run particular test instead full (and very slow) run",
"test": "node ./test/out/helpers/runTests.js skipArtifactPublisher ALL_TESTS=isCi",
"test-all": "yarn pretest && node ./test/out/helpers/runTests.js",
"test-linux": "docker run --rm -ti -v ${PWD}:/project -v ${PWD##*/}-node-modules:/project/node_modules -v ~/Library/Caches/electron:/root/.cache/electron -v ~/Library/Caches/electron-builder:/root/.cache/electron-builder electronuserland/builder:wine /bin/bash -c \"yarn && TEST_FILES=snapTest node ./test/out/helpers/runTests.js\"",
"whitespace": "whitespace 'src/**/*.ts'",
"docker-images": "docker/build.sh",
"update-deps": "npm-check-updates -a -x gitbook-plugin-github,chalk && node ./scripts/update-deps.js",
"set-versions": "node test/out/helpers/setVersions.js",
"release": "yarn set-versions && yarn compile && sh ./__publish.sh && conventional-changelog -p angular -i CHANGELOG.md -s",
"schema": "typescript-json-schema packages/electron-builder-lib/tsconfig.json Configuration --out packages/electron-builder-lib/scheme.json --noExtraProps --useTypeOfKeyword --strictNullChecks --titles --required",
"jsdoc": "ts2jsdoc packages/builder-util-runtime packages/electron-updater packages/builder-util packages/electron-builder-lib packages/electron-builder packages/electron-publish",
"jsdoc2md": "node scripts/jsdoc2md.js",
"docs": "tsc -p ./scripts/renderer/tsconfig.json && yarn jsdoc && yarn jsdoc2md && gitbook",
"deploy-docs": "rm -rf _book && gitbook && ./scripts/publish.sh",
"serve-docs": "gitbook && http-server _book -c-1"
},
"//": "repository must be specified otherwise conventional-changelog will use forked repo (currently cloned)",
"repository": "https://github.com/electron-userland/electron-builder",
"///": "All dependencies for all packages (hoisted)",
"////": "All typings are added into root `package.json` to avoid duplication errors in the IDE compiler (several `node.d.ts` files).",
"dependencies": {
"7zip-bin": "~3.1.0",
"app-builder-bin": "1.4.1",
"archiver": "^2.1.1",
"async-exit-hook": "^2.0.1",
"aws-sdk": "^2.201.0",
"bluebird-lst": "^1.0.5",
"chalk": "^2.3.0",
"chromium-pickle-js": "^0.2.0",
"debug": "^3.1.0",
"ejs": "^2.5.7",
"electron-download-tf": "4.3.4",
"electron-is-dev": "^0.3.0",
"electron-osx-sign": "0.4.8",
"fs-extra-p": "^4.5.2",
"gitbook-plugin-footer": "^0.0.6",
"hosted-git-info": "^2.5.0",
"iconv-lite": "^0.4.19",
"ini": "^1.3.5",
"is-ci": "^1.1.0",
"isbinaryfile": "^3.0.2",
"js-yaml": "^3.10.0",
"lazy-val": "^1.0.3",
"lodash.isequal": "^4.5.0",
"mime": "^2.2.0",
"minimatch": "^3.0.4",
"normalize-package-data": "^2.4.0",
"parse-color": "^1.0.0",
"plist": "^2.1.0",
"read-config-file": "3.0.0",
"sanitize-filename": "^1.6.1",
"sax": "^1.2.4",
"semver": "^5.5.0",
"source-map-support": "^0.5.3",
"stat-mode": "^0.2.2",
"temp-file": "^3.1.1",
"tunnel-agent": "^0.6.0",
"update-notifier": "^2.3.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"@develar/gitbook": "3.2.11",
"@types/debug": "^0.0.30",
"@types/ejs": "^2.5.0",
"@types/electron-is-dev": "^0.3.0",
"@types/ini": "^1.3.29",
"@types/jest": "^22.1.3",
"@types/js-yaml": "^3.10.1",
"@types/lodash.isequal": "^4.5.2",
"@types/node-emoji": "^1.8.0",
"@types/sanitize-filename": "^1.1.28",
"@types/sax": "^1.0.0",
"@types/semver": "^5.5.0",
"@types/source-map-support": "^0.4.0",
"@types/stat-mode": "^0.2.0",
"babel-preset-ts-node6-bluebird": "^1.0.1",
"convert-source-map": "^1.5.1",
"decompress-zip": "^0.3.0",
"depcheck": "^0.6.8",
"develar-typescript-json-schema": "0.20.0",
"electron-builder-tslint-config": "^1.1.0",
"env-paths": "^1.0.0",
"gitbook-plugin-analytics": "^0.2.1",
"gitbook-plugin-develar-toolbar-buttons": "^1.0.2",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-github-buttons": "^3.0.0",
"globby": "^8.0.1",
"jest-cli": "^22.4.2",
"jest-junit": "^3.6.0",
"jsdoc-to-markdown": "^4.0.1",
"path-sort": "^0.1.0",
"ts-babel": "^4.1.8",
"ts-jsdoc": "^3.0.0",
"tslint": "^5.9.1",
"typescript": "2.7.2",
"v8-compile-cache": "^1.1.2",
"whitespace": "^2.1.0",
"worker-farm": "^1.5.2"
},
"jest": {
"testEnvironment": "node",
"roots": [
"test/out"
],
"transform": {
"^.+\\.js$": "<rootDir>/test/babel-jest.js"
},
"transformIgnorePatterns": [],
"testPathIgnorePatterns": [
"[\\/]{1}helpers[\\/]{1}"
],
"testRegex": "\\.js$",
"modulePaths": [
"<rootDir>/packages"
],
"setupTestFrameworkScriptFile": "<rootDir>/test/jestSetup.js"
},
"yargs": {
"camel-case-expansion": false
},
"babel": {
"presets": [
"babel-preset-ts-node6-bluebird"
],
"plugins": [
"./scripts/babel-plugin-version-transform.js"
]
}
}