forge/package.json

172 строки
5.7 KiB
JSON
Исходник Обычный вид История

2016-10-05 17:42:02 +03:00
{
"name": "electron-forge",
2019-09-05 04:28:58 +03:00
"version": "6.0.0-beta.45",
feat(core): V6 API (#433) * temp * Start working in new package structure * Example maker * All makers implemented and tests passing on darwin * Add v6 branches to travis config * Add v6 branches to appveyor config * Gitignore _old * Remove FIXME comments * Remove from CI branch whitelist * Install bolt on docker * Add to whitelist * Fix bolt usage on CI * Run bolt build on CI * Fix tests on CI * Fix linting * Fix CI * Make publishers work and add specs * Docs template * Initial docs * update plugin interface to support resolving strings * more docs * add deps and scripts * send makeResults instead of flatten artifacts list * feat(publisher): Allow to configure channel for ERS (#456) * fix(publisher): call resolve() when electron-release-server publisher succeeds (#465) ISSUES CLOSED: #460 * Fix publisher tests * Remove stray console statement * v6-api is a PR now, no need to explicitly add to CI * Add top level license * Change Maker/Publisher syntax so that they can be constructed with a config variable * Fix custom init * Allow absolute paths to custom modules * Update to new @electron-forge/ scope * Add missing semi * Use absolute path for custom init to avoid runnig npm link on windows * Fix appx test reference to fixture key file * Remove shell completion support (#447) tabtab is rather buggy and the alternative, commander-completion, needs a custom completion script to be written and maintained. * install new beta tagged bolt on CI * Fix testing snap building in Travis * fix remove error * Fix config passing in tests * fix search order
2018-04-11 10:03:01 +03:00
"private": true,
2016-10-05 17:42:02 +03:00
"license": "MIT",
feat(core): V6 API (#433) * temp * Start working in new package structure * Example maker * All makers implemented and tests passing on darwin * Add v6 branches to travis config * Add v6 branches to appveyor config * Gitignore _old * Remove FIXME comments * Remove from CI branch whitelist * Install bolt on docker * Add to whitelist * Fix bolt usage on CI * Run bolt build on CI * Fix tests on CI * Fix linting * Fix CI * Make publishers work and add specs * Docs template * Initial docs * update plugin interface to support resolving strings * more docs * add deps and scripts * send makeResults instead of flatten artifacts list * feat(publisher): Allow to configure channel for ERS (#456) * fix(publisher): call resolve() when electron-release-server publisher succeeds (#465) ISSUES CLOSED: #460 * Fix publisher tests * Remove stray console statement * v6-api is a PR now, no need to explicitly add to CI * Add top level license * Change Maker/Publisher syntax so that they can be constructed with a config variable * Fix custom init * Allow absolute paths to custom modules * Update to new @electron-forge/ scope * Add missing semi * Use absolute path for custom init to avoid runnig npm link on windows * Fix appx test reference to fixture key file * Remove shell completion support (#447) tabtab is rather buggy and the alternative, commander-completion, needs a custom completion script to be written and maintained. * install new beta tagged bolt on CI * Fix testing snap building in Travis * fix remove error * Fix config passing in tests * fix search order
2018-04-11 10:03:01 +03:00
"bolt": {
"workspaces": [
"packages/api/*",
"packages/installer/*",
"packages/maker/*",
"packages/publisher/*",
"packages/utils/*",
2019-05-24 01:26:34 +03:00
"packages/plugin/*",
"packages/template/*"
feat(core): V6 API (#433) * temp * Start working in new package structure * Example maker * All makers implemented and tests passing on darwin * Add v6 branches to travis config * Add v6 branches to appveyor config * Gitignore _old * Remove FIXME comments * Remove from CI branch whitelist * Install bolt on docker * Add to whitelist * Fix bolt usage on CI * Run bolt build on CI * Fix tests on CI * Fix linting * Fix CI * Make publishers work and add specs * Docs template * Initial docs * update plugin interface to support resolving strings * more docs * add deps and scripts * send makeResults instead of flatten artifacts list * feat(publisher): Allow to configure channel for ERS (#456) * fix(publisher): call resolve() when electron-release-server publisher succeeds (#465) ISSUES CLOSED: #460 * Fix publisher tests * Remove stray console statement * v6-api is a PR now, no need to explicitly add to CI * Add top level license * Change Maker/Publisher syntax so that they can be constructed with a config variable * Fix custom init * Allow absolute paths to custom modules * Update to new @electron-forge/ scope * Add missing semi * Use absolute path for custom init to avoid runnig npm link on windows * Fix appx test reference to fixture key file * Remove shell completion support (#447) tabtab is rather buggy and the alternative, commander-completion, needs a custom completion script to be written and maintained. * install new beta tagged bolt on CI * Fix testing snap building in Travis * fix remove error * Fix config passing in tests * fix search order
2018-04-11 10:03:01 +03:00
]
2016-10-05 17:42:02 +03:00
},
feat(core): V6 API (#433) * temp * Start working in new package structure * Example maker * All makers implemented and tests passing on darwin * Add v6 branches to travis config * Add v6 branches to appveyor config * Gitignore _old * Remove FIXME comments * Remove from CI branch whitelist * Install bolt on docker * Add to whitelist * Fix bolt usage on CI * Run bolt build on CI * Fix tests on CI * Fix linting * Fix CI * Make publishers work and add specs * Docs template * Initial docs * update plugin interface to support resolving strings * more docs * add deps and scripts * send makeResults instead of flatten artifacts list * feat(publisher): Allow to configure channel for ERS (#456) * fix(publisher): call resolve() when electron-release-server publisher succeeds (#465) ISSUES CLOSED: #460 * Fix publisher tests * Remove stray console statement * v6-api is a PR now, no need to explicitly add to CI * Add top level license * Change Maker/Publisher syntax so that they can be constructed with a config variable * Fix custom init * Allow absolute paths to custom modules * Update to new @electron-forge/ scope * Add missing semi * Use absolute path for custom init to avoid runnig npm link on windows * Fix appx test reference to fixture key file * Remove shell completion support (#447) tabtab is rather buggy and the alternative, commander-completion, needs a custom completion script to be written and maintained. * install new beta tagged bolt on CI * Fix testing snap building in Travis * fix remove error * Fix config passing in tests * fix search order
2018-04-11 10:03:01 +03:00
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
feat(core): V6 API (#433) * temp * Start working in new package structure * Example maker * All makers implemented and tests passing on darwin * Add v6 branches to travis config * Add v6 branches to appveyor config * Gitignore _old * Remove FIXME comments * Remove from CI branch whitelist * Install bolt on docker * Add to whitelist * Fix bolt usage on CI * Run bolt build on CI * Fix tests on CI * Fix linting * Fix CI * Make publishers work and add specs * Docs template * Initial docs * update plugin interface to support resolving strings * more docs * add deps and scripts * send makeResults instead of flatten artifacts list * feat(publisher): Allow to configure channel for ERS (#456) * fix(publisher): call resolve() when electron-release-server publisher succeeds (#465) ISSUES CLOSED: #460 * Fix publisher tests * Remove stray console statement * v6-api is a PR now, no need to explicitly add to CI * Add top level license * Change Maker/Publisher syntax so that they can be constructed with a config variable * Fix custom init * Allow absolute paths to custom modules * Update to new @electron-forge/ scope * Add missing semi * Use absolute path for custom init to avoid runnig npm link on windows * Fix appx test reference to fixture key file * Remove shell completion support (#447) tabtab is rather buggy and the alternative, commander-completion, needs a custom completion script to be written and maintained. * install new beta tagged bolt on CI * Fix testing snap building in Travis * fix remove error * Fix config passing in tests * fix search order
2018-04-11 10:03:01 +03:00
"cz-customizable": {
"config": "./.cz.js"
}
2016-10-05 17:42:02 +03:00
},
"nyc": {
"exclude": [
"packages/*/*/test/**/*.{js,ts}",
"tools/*.ts"
],
"extends": "@istanbuljs/nyc-config-typescript"
},
feat(core): V6 API (#433) * temp * Start working in new package structure * Example maker * All makers implemented and tests passing on darwin * Add v6 branches to travis config * Add v6 branches to appveyor config * Gitignore _old * Remove FIXME comments * Remove from CI branch whitelist * Install bolt on docker * Add to whitelist * Fix bolt usage on CI * Run bolt build on CI * Fix tests on CI * Fix linting * Fix CI * Make publishers work and add specs * Docs template * Initial docs * update plugin interface to support resolving strings * more docs * add deps and scripts * send makeResults instead of flatten artifacts list * feat(publisher): Allow to configure channel for ERS (#456) * fix(publisher): call resolve() when electron-release-server publisher succeeds (#465) ISSUES CLOSED: #460 * Fix publisher tests * Remove stray console statement * v6-api is a PR now, no need to explicitly add to CI * Add top level license * Change Maker/Publisher syntax so that they can be constructed with a config variable * Fix custom init * Allow absolute paths to custom modules * Update to new @electron-forge/ scope * Add missing semi * Use absolute path for custom init to avoid runnig npm link on windows * Fix appx test reference to fixture key file * Remove shell completion support (#447) tabtab is rather buggy and the alternative, commander-completion, needs a custom completion script to be written and maintained. * install new beta tagged bolt on CI * Fix testing snap building in Travis * fix remove error * Fix config passing in tests * fix search order
2018-04-11 10:03:01 +03:00
"scripts": {
"clean": "rimraf dist && bolt ws exec -- rimraf dist",
"prebuild": "bolt clean && ts-node tools/link-ts.ts && ts-node tools/copy-shared-types.ts && tsc --project ./tsconfig.packages.json --emitDeclarationOnly && ts-node tools/copy-types.ts",
2018-10-22 03:47:50 +03:00
"build": "yarn build:quick",
"build:quick": "bolt ws exec -- node_modules/.bin/babel src -d dist --quiet --extensions \".ts\" --config-file ../../../.babelrc",
"postbuild": "ts-node tools/test-dist",
feat(core): V6 API (#433) * temp * Start working in new package structure * Example maker * All makers implemented and tests passing on darwin * Add v6 branches to travis config * Add v6 branches to appveyor config * Gitignore _old * Remove FIXME comments * Remove from CI branch whitelist * Install bolt on docker * Add to whitelist * Fix bolt usage on CI * Run bolt build on CI * Fix tests on CI * Fix linting * Fix CI * Make publishers work and add specs * Docs template * Initial docs * update plugin interface to support resolving strings * more docs * add deps and scripts * send makeResults instead of flatten artifacts list * feat(publisher): Allow to configure channel for ERS (#456) * fix(publisher): call resolve() when electron-release-server publisher succeeds (#465) ISSUES CLOSED: #460 * Fix publisher tests * Remove stray console statement * v6-api is a PR now, no need to explicitly add to CI * Add top level license * Change Maker/Publisher syntax so that they can be constructed with a config variable * Fix custom init * Allow absolute paths to custom modules * Update to new @electron-forge/ scope * Add missing semi * Use absolute path for custom init to avoid runnig npm link on windows * Fix appx test reference to fixture key file * Remove shell completion support (#447) tabtab is rather buggy and the alternative, commander-completion, needs a custom completion script to be written and maintained. * install new beta tagged bolt on CI * Fix testing snap building in Travis * fix remove error * Fix config passing in tests * fix search order
2018-04-11 10:03:01 +03:00
"commit": "git-cz",
"codecov": "nyc report --reporter=text-lcov | codecov --disable=gcov --pipe",
"coverage": "cross-env TS_NODE_FILES=true nyc mocha './tools/test-globber.ts'",
"docs": "bolt docs:generate && bolt docs:position",
"docs:generate": "bolt ws exec -- node_modules/.bin/typedoc --out doc --excludeExternals --ignoreCompilerErrors --mode file --excludePrivate --excludeProtected --hideGenerator",
"docs:position": "ts-node tools/position-docs.ts",
"docs:deploy": "ts-node tools/sync-readmes.ts && bolt docs && ts-node tools/copy-now.ts && cd docs && now && now alias",
2018-07-04 07:02:10 +03:00
"docs:deploy:ci": "ts-node tools/sync-readmes.ts && bolt docs && ts-node tools/copy-now.ts && cd docs && now --token $NOW_TOKEN && now alias --token $NOW_TOKEN",
chore: replace tslint with eslint to lint mocha tests (#590) * chore: re-add eslint to lint mocha tests * Upgrade typescript-eslint-parser to ^22 * Update tools/ to conform to eslint-config-airbnb * Fix some ESLint warnings for async-ora * Fix ESLint warnings for types * Fix ESLint warnings for web-multi-logger * Fix ESLint warnings for cli * Add eslint-config-airbnb & eslint-plugin-typescript * Apparently you can't DRY up commander directives * Use the new typescript-eslint scoped packages * Explicitly adding the parser is no longer necessary * Fix ESLint warnings for deb * Fix ESLint warnings for rpm * Fix ESLint warnings for snap * Fix ESLint warnings for flatpak * Fix ESLint warnings for maker-base * Fix ESLint warnings for maker-zip * Fix ESLint warnings for maker-pkg * Fix ESLint warnings for maker-dmg * Fix ESLint warnings for maker-squirrel * Fix ESLint warnings for maker-wix * Fix ESLint warnings for maker-appx * Use no-unused-vars for Typescript as directed * Fix ESLint warnings for core * Fix ESLint warnings for publisher modules * Fix ESLint warnings for plugin modules * Fix ESLint warnings for installer modules * Drop tslint * Fix typings * Remove unused import * Ignore empty constructors * Upgrade typescript-eslint packages * Disable class-methods-use-this rule globally * Remove bare eslint-disable-line directives * Upgrade eslint & friends * Fix linting errors * Fix yarn.lock * Stop making @types/webpack out of sync * chore: drop @types/ora, typings are bundled * Fix TypeScript errors * Fix no-unresolved lint errors on Windows * Ignore camelcase instances that are part of the GitHub API * Ignore import/no-cycle rules * Make SinonStub more specific * Fix forgeConfigIsValidFilePath * Reel it in
2019-03-22 03:46:24 +03:00
"lint": "eslint --ext .ts .",
2019-03-14 19:37:31 +03:00
"test": "cross-env TS_NODE_FILES=true yarn run mocha './tools/test-globber.ts'",
2019-05-24 00:10:13 +03:00
"postinstall": "rimraf node_modules/.bin/*.ps1 && ts-node tools/link-ts.ts"
},
2016-10-05 17:42:02 +03:00
"dependencies": {
"@electron/get": "^1.3.1",
"@octokit/rest": "^16.33.1",
"@types/which": "^1.3.2",
"aws-sdk": "^2.472.0",
"colors": "^1.4.0",
"commander": "^3.0.2",
"cross-spawn": "^7.0.1",
"cross-spawn-promise": "^0.10.1",
"cross-zip": "^2.1.5",
2018-11-24 07:53:22 +03:00
"debug": "^4.1.0",
"electron-osx-sign": "^0.4.14",
"electron-packager": "^14.0.6",
"electron-rebuild": "^1.8.6",
"express": "^4.17.1",
2018-09-01 06:53:22 +03:00
"express-ws": "^4.0.0",
"find-up": "^4.1.0",
"form-data": "2.5.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"global": "^4.3.2",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^7.0.0",
"lodash.merge": "^4.6.2",
"lodash.template": "^4.5.0",
"log-symbols": "^3.0.0",
"mime-types": "^2.1.24",
"node-fetch": "^2.6.0",
"nugget": "^2.0.1",
"open": "^7.0.0",
"ora": "^4.0.2",
"parse-author": "^2.0.0",
"pretty-ms": "^5.0.0",
"resolve-package": "^1.0.1",
"s3": "^4.4.0",
"semver": "^6.3.0",
"source-map-support": "^0.5.13",
"sudo-prompt": "^9.0.0",
"username": "^5.1.0",
"webpack": "^4.41.2",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2",
"which": "^2.0.1",
"xterm": "^4.1.0",
"yarn-or-npm": "^3.0.1"
},
feat(core): V6 API (#433) * temp * Start working in new package structure * Example maker * All makers implemented and tests passing on darwin * Add v6 branches to travis config * Add v6 branches to appveyor config * Gitignore _old * Remove FIXME comments * Remove from CI branch whitelist * Install bolt on docker * Add to whitelist * Fix bolt usage on CI * Run bolt build on CI * Fix tests on CI * Fix linting * Fix CI * Make publishers work and add specs * Docs template * Initial docs * update plugin interface to support resolving strings * more docs * add deps and scripts * send makeResults instead of flatten artifacts list * feat(publisher): Allow to configure channel for ERS (#456) * fix(publisher): call resolve() when electron-release-server publisher succeeds (#465) ISSUES CLOSED: #460 * Fix publisher tests * Remove stray console statement * v6-api is a PR now, no need to explicitly add to CI * Add top level license * Change Maker/Publisher syntax so that they can be constructed with a config variable * Fix custom init * Allow absolute paths to custom modules * Update to new @electron-forge/ scope * Add missing semi * Use absolute path for custom init to avoid runnig npm link on windows * Fix appx test reference to fixture key file * Remove shell completion support (#447) tabtab is rather buggy and the alternative, commander-completion, needs a custom completion script to be written and maintained. * install new beta tagged bolt on CI * Fix testing snap building in Travis * fix remove error * Fix config passing in tests * fix search order
2018-04-11 10:03:01 +03:00
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "7.6.0",
"@babel/register": "^7.6.0",
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/chai": "^4.2.3",
"@types/chai-as-promised": "^7.1.2",
"@types/cross-spawn": "^6.0.1",
"@types/debug": "^4.1.5",
"@types/electron-packager": "^14.0.0",
"@types/express": "^4.17.1",
"@types/express-ws": "^3.0.0",
"@types/fetch-mock": "^7.3.1",
"@types/fs-extra": "^8.0.0",
2018-10-22 03:47:50 +03:00
"@types/glob": "7.1.1",
"@types/html-webpack-plugin": "^3.2.1",
"@types/inquirer": "^6.5.0",
"@types/listr": "^0.14.2",
2018-09-01 10:34:31 +03:00
"@types/lodash.merge": "^4.6.4",
"@types/lodash.template": "^4.4.4",
"@types/mime-types": "^2.1.0",
"@types/minimist": "^1.2.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.12",
"@types/node-fetch": "^2.5.2",
"@types/proxyquire": "^1.3.28",
"@types/semver": "^6.0.2",
"@types/sinon": "^7.5.0",
"@types/username": "^3.0.0",
"@types/webpack": "^4.39.3",
"@types/webpack-dev-middleware": "^2.0.3",
"@types/webpack-hot-middleware": "^2.16.3",
"@types/webpack-merge": "^4.1.5",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"asar": "^2.0.1",
"babel-plugin-source-map-support": "^2.1.1",
2018-10-22 03:47:50 +03:00
"chai": "4.2.0",
feat(core): V6 API (#433) * temp * Start working in new package structure * Example maker * All makers implemented and tests passing on darwin * Add v6 branches to travis config * Add v6 branches to appveyor config * Gitignore _old * Remove FIXME comments * Remove from CI branch whitelist * Install bolt on docker * Add to whitelist * Fix bolt usage on CI * Run bolt build on CI * Fix tests on CI * Fix linting * Fix CI * Make publishers work and add specs * Docs template * Initial docs * update plugin interface to support resolving strings * more docs * add deps and scripts * send makeResults instead of flatten artifacts list * feat(publisher): Allow to configure channel for ERS (#456) * fix(publisher): call resolve() when electron-release-server publisher succeeds (#465) ISSUES CLOSED: #460 * Fix publisher tests * Remove stray console statement * v6-api is a PR now, no need to explicitly add to CI * Add top level license * Change Maker/Publisher syntax so that they can be constructed with a config variable * Fix custom init * Allow absolute paths to custom modules * Update to new @electron-forge/ scope * Add missing semi * Use absolute path for custom init to avoid runnig npm link on windows * Fix appx test reference to fixture key file * Remove shell completion support (#447) tabtab is rather buggy and the alternative, commander-completion, needs a custom completion script to be written and maintained. * install new beta tagged bolt on CI * Fix testing snap building in Travis * fix remove error * Fix config passing in tests * fix search order
2018-04-11 10:03:01 +03:00
"chai-as-promised": "^7.0.0",
"codecov": "^3.6.1",
"commitizen": "^3.1.1",
"cross-env": "^6.0.3",
"cz-customizable": "^6.2.0",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.2.0",
"fetch-mock": "^7.5.1",
"generate-changelog": "^1.8.0",
"listr": "^0.14.1",
"minimist": "^1.2.0",
"mocha": "^6.2.1",
"nodemon": "^1.19.4",
"nyc": "^14.1.1",
"proxyquire": "^2.1.3",
"rimraf": "^3.0.0",
"sinon": "^7.5.0",
"ts-node": "^8.4.1",
"typedoc": "^0.15.0",
"typescript": "3.6.4"
},
"optionalDependencies": {
"@malept/electron-installer-flatpak": "^0.10.0",
"electron-installer-debian": "^2.0.0",
"electron-installer-dmg": "^3.0.0",
"electron-installer-redhat": "^2.0.0",
"electron-installer-snap": "^4.0.0",
2018-11-24 07:53:22 +03:00
"electron-windows-store": "^2.1.0",
"electron-winstaller": "^4.0.0",
2018-11-24 07:53:22 +03:00
"electron-wix-msi": "^2.1.1"
2016-10-05 17:42:02 +03:00
}
}