forked from electron-userland/electron-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 5.01 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
{
"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 ~/.electron:/root/.electron electronuserland/electron-builder:wine /bin/bash -c \"yarn && yarn test\"",
"whitespace": "whitespace 'src/**/*.ts'",
"docker-images": "docker/build.sh",
"update-deps": "node ./scripts/update-deps.js",
"set-versions": "node test/out/helpers/setVersions.js",
"release": "yarn set-versions && yarn compile && ./scripts/npm-publish.sh && conventional-changelog -p angular -i CHANGELOG.md -s",
"schema": "typescript-json-schema packages/electron-builder/tsconfig.json Configuration --out packages/electron-builder/scheme.json --noExtraProps --useTypeOfKeyword --strictNullChecks --titles --required",
"jsdoc": "ts2jsdoc packages/electron-builder-http packages/electron-updater packages/builder-util packages/electron-builder packages/electron-publish",
"jsdoc2md": "node scripts/jsdoc2md.js",
"docs": "yarn jsdoc && yarn jsdoc2md && gitbook build",
"deploy-docs": "./scripts/publish.sh"
},
"//": "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)",
"dependencies": {
"7zip-bin": "^2.2.3",
"archiver": "^2.0.3",
"async-exit-hook": "^2.0.1",
"aws-sdk": "^2.107.0",
"bluebird-lst": "^1.0.3",
"chalk": "^2.1.0",
"chromium-pickle-js": "^0.2.0",
"cuint": "^0.2.2",
"debug": "^3.0.1",
"dotenv": "^4.0.0",
"dotenv-expand": "^4.0.1",
"ejs": "^2.5.7",
"electron-download-tf": "4.3.4",
"electron-is-dev": "^0.3.0",
"electron-osx-sign": "0.4.7",
"fcopy-pre-bundled": "0.3.4",
"fs-extra-p": "^4.4.0",
"gitbook-plugin-footer": "^0.0.6",
"hosted-git-info": "^2.5.0",
"ini": "^1.3.4",
"is-ci": "^1.0.10",
"isbinaryfile": "^3.0.2",
"js-yaml": "^3.9.1",
"lazy-val": "^1.0.2",
"lodash.isequal": "^4.5.0",
"mime": "^1.4.0",
"minimatch": "^3.0.4",
"node-emoji": "^1.8.1",
"normalize-package-data": "^2.4.0",
"parse-color": "^1.0.0",
"plist": "^2.1.0",
"read-config-file": "1.1.0",
"sanitize-filename": "^1.6.1",
"semver": "^5.4.1",
"source-map-support": "^0.4.16",
"stat-mode": "^0.2.2",
"temp-file": "^2.0.3",
"tunnel-agent": "^0.6.0",
"update-notifier": "^2.2.0",
"uuid-1345": "^0.99.6",
"xelement": "^1.0.16",
"yargs": "^8.0.2"
},
"devDependencies": {
"@types/debug": "^0.0.30",
"@types/dotenv": "^4.0.1",
"@types/ejs": "^2.3.33",
"@types/ini": "^1.3.29",
"@types/jest": "^20.0.8",
"@types/js-yaml": "^3.9.1",
"@types/sanitize-filename": "^1.1.28",
"@types/source-map-support": "^0.4.0",
"@types/xml2js": "^0.4.0",
"babel-preset-ts-node4-bluebird": "^0.1.1",
"convert-source-map": "^1.5.0",
"decompress-zip": "^0.3.0",
"depcheck": "^0.6.7",
"develar-typescript-json-schema": "0.17.0",
"electron-builder-tslint-config": "^1.0.4",
"env-paths": "^1.0.0",
"finalhandler": "^1.0.4",
"gitbook-plugin-advanced-emoji": "^0.2.2",
"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": "^2.1.0",
"globby": "^6.1.0",
"jest-cli": "^20.0.4",
"jest-junit": "^3.0.0",
"jsdoc-to-markdown": "^3.0.0",
"path-sort": "^0.1.0",
"serve-static": "^1.12.4",
"ts-babel": "^4.1.5",
"ts-jsdoc": "^2.0.5",
"tslint": "^5.7.0",
"typescript": "^2.5.2",
"v8-compile-cache": "^1.1.0",
"whitespace": "^2.1.0",
"worker-farm": "^1.5.0",
"xml2js": "^0.4.19"
},
"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"
},
"name": "gitbook-plugin-toolbar-buttons",
"version": "1.0.0",
"main": "index.js",
"author": "develar <develar@gmail.com>"
}