1 Star 0 Fork 0

icode / electron-builder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 6.00 KB
一键复制 编辑 原始数据 按行查看 历史
{
"private": true,
"license": "MIT",
"scripts": {
"//": "do not wrap into single quotes - windows doesn't unwrap arg in this case",
"compile": "ts-babel \"packages/*\" test",
"//compile2": "tsc --build packages/electron-builder packages/electron-updater packages/electron-builder-squirrel-windows",
"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=HoistedNodeModuleTest node ./test/out/helpers/runTests.js\"",
"whitespace": "whitespace 'src/**/*.ts'",
"docker-images": "docker/build.sh",
"update-deps": "npm-check-updates -u && node ./scripts/update-deps.js",
"set-versions": "node test/out/helpers/setVersions.js",
"release": "yarn set-versions && BABEL_ENV=production yarn compile && sh ./__publish.sh && conventional-changelog -p angular -i CHANGELOG.md -s",
"schema": "",
"jsdoc": "ts2jsdoc packages/builder-util-runtime packages/builder-util packages/app-builder-lib packages/electron-builder packages/electron-publish",
"jsdoc2md": "node scripts/jsdoc2md.js",
"/////": " git clone --single-branch -b docs git@github.com:electron-userland/electron-builder.git docs",
"docs": "tsc -p ./scripts/renderer/tsconfig.json && yarn jsdoc && yarn jsdoc2md",
"deploy-docs": "mkdocs build --clean && netlifyctl deploy --publish-directory site",
"////": "pip3 install mkdocs-material mkdocs pymdown-extensions markdown-include Pygments --upgrade"
},
"//": "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": "~4.1.0",
"@types/debug": "^4.1.4",
"@types/is-ci": "^2.0.0",
"@types/semver": "^6.0.1",
"app-builder-bin": "2.7.1",
"archiver": "^3.0.0",
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.9",
"chalk": "^2.4.2",
"chromium-pickle-js": "^0.2.0",
"debug": "^4.1.1",
"ejs": "^2.6.2",
"electron-osx-sign": "0.4.11",
"fs-extra-p": "^8.0.2",
"hosted-git-info": "^2.7.1",
"iconv-lite": "^0.4.24",
"ini": "^1.3.5",
"is-ci": "^2.0.0",
"isbinaryfile": "^4.0.1",
"js-yaml": "^3.13.1",
"lazy-val": "^1.0.4",
"lodash.isequal": "^4.5.0",
"mime": "^2.4.4",
"minimatch": "^3.0.4",
"normalize-package-data": "^2.5.0",
"pako": "^1.0.10",
"parse-color": "^1.0.0",
"plist": "^3.0.1",
"read-config-file": "3.2.2",
"sanitize-filename": "^1.6.1",
"sax": "^1.2.4",
"semver": "^6.1.1",
"source-map-support": "^0.5.12",
"stat-mode": "^0.3.0",
"sumchecker": "^3.0.0",
"temp-file": "^3.3.3",
"tunnel-agent": "^0.6.0",
"update-notifier": "^3.0.0",
"yargs": "^13.2.4"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.3.2",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@types/ejs": "^2.6.3",
"@types/ini": "^1.3.30",
"@types/jest": "^24.0.15",
"@types/js-yaml": "^3.12.1",
"@types/lodash.isequal": "^4.5.5",
"@types/node-emoji": "^1.8.1",
"@types/sanitize-filename": "^1.1.28",
"@types/sax": "^1.2.0",
"@types/source-map-support": "^0.5.0",
"@types/stat-mode": "^0.2.0",
"@types/yargs": "^13.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-preset-jest": "^24.6.0",
"babel-preset-ts-node6-bluebird": "^3.0.2",
"convert-source-map": "^1.6.0",
"decompress-zip": "^0.3.1",
"depcheck": "^0.8.1",
"electron-builder-tslint-config": "^1.1.0",
"globby": "^9.2.0",
"jest-cli": "^24.8.0",
"jest-junit": "^6.4.0",
"jsdoc-to-markdown": "^5.0.0",
"path-sort": "^0.1.0",
"sumchecker": "^3.0.0",
"ts-babel": "6.1.4",
"ts-jsdoc": "^3.0.1",
"tslint": "^5.17.0",
"typescript": "~3.5.2",
"whitespace": "^2.1.0",
"worker-farm": "^1.7.0"
},
"jest": {
"testEnvironment": "node",
"roots": [
"test/out"
],
"transform": {
"^.+\\.js$": "<rootDir>/test/babel-jest.js"
},
"transformIgnorePatterns": [],
"testPathIgnorePatterns": [
"[\\/]{1}helpers[\\/]{1}"
],
"testRegex": "\\.js$",
"modulePaths": [
"<rootDir>/packages"
],
"setupFilesAfterEnv": [
"<rootDir>/test/jestSetup.js"
]
}
}
1
https://gitee.com/icodea/electron-builder.git
git@gitee.com:icodea/electron-builder.git
icodea
electron-builder
electron-builder
master

搜索帮助