forge/package.json

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

2016-10-05 17:42:02 +03:00
{
"name": "electron-forge",
2019-03-21 20:00:29 +03:00
"version": "6.0.0-beta.34",
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/*",
"packages/plugin/*"
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
},
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",
"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'",
"postinstall": "rimraf node_modules/.bin/*.ps1"
},
2016-10-05 17:42:02 +03:00
"dependencies": {
"@octokit/rest": "^16.25.0",
"aws-sdk": "^2.9.0",
"colors": "^1.2.0",
2016-10-05 17:42:02 +03:00
"commander": "^2.9.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
"cross-spawn": "^6.0.4",
"cross-spawn-promise": "^0.10.1",
"cross-zip": "^2.1.5",
2018-11-24 07:53:22 +03:00
"debug": "^4.1.0",
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
"electron-download": "^4.1.1",
"electron-forge-template-angular2": "^1.0.3",
"electron-forge-template-react": "^1.0.2",
"electron-forge-template-react-typescript": "^1.0.3",
"electron-forge-template-vue": "^1.0.2",
"electron-osx-sign": "^0.4.10",
"electron-packager": "^13.0.0",
"electron-rebuild": "^1.6.0",
2018-10-22 03:47:50 +03:00
"express": "4.16.4",
2018-09-01 06:53:22 +03:00
"express-ws": "^4.0.0",
2018-10-22 03:47:50 +03:00
"form-data": "2.3.3",
2018-09-01 06:53:22 +03:00
"fs-extra": "^7.0.0",
"glob": "^7.1.1",
"global": "^4.3.2",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^6.3.1",
"lodash.merge": "^4.6.0",
"lodash.template": "^4.4.0",
"log-symbols": "^2.0.0",
"mime-types": "^2.1.23",
"node-fetch": "^2.0.0",
"node-gyp": "^3.4.0",
"nugget": "^2.0.1",
"opn": "^5.0.0",
2018-09-01 06:53:22 +03:00
"ora": "^3.0.0",
"parse-author": "^2.0.0",
2018-09-01 06:53:22 +03:00
"pify": "^4.0.0",
2018-11-24 07:53:22 +03:00
"pretty-ms": "^4.0.0",
"resolve-package": "^1.0.1",
"s3": "^4.4.0",
2019-04-04 09:17:53 +03:00
"semver": "^6.0.0",
"source-map-support": "^0.5.12",
"sudo-prompt": "^8.0.0",
2018-09-01 06:53:22 +03:00
"username": "^4.0.0",
"webpack": "^4.30.0",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.21.0",
"webpack-merge": "^4.1.1",
"xterm": "^3.12.2",
"yarn-or-npm": "^2.0.2"
},
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.4.3",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/preset-typescript": "7.3.3",
"@babel/register": "7.4.0",
2018-11-24 07:53:22 +03:00
"@types/chai": "4.1.7",
"@types/chai-as-promised": "^7.1.0",
"@types/cross-spawn": "^6.0.0",
"@types/debug": "^4.1.4",
"@types/electron-packager": "^13.0.0",
"@types/electron-winstaller": "^2.6.1",
"@types/express": "^4.11.1",
"@types/express-ws": "^3.0.0",
"@types/fetch-mock": "^7.2.3",
"@types/form-data": "^2.2.1",
"@types/fs-extra": "^5.0.2",
2018-10-22 03:47:50 +03:00
"@types/glob": "7.1.1",
2018-09-01 10:34:31 +03:00
"@types/html-webpack-plugin": "^3.2.0",
"@types/inquirer": "^6.0.0",
"@types/listr": "^0.13.0",
2018-09-01 10:34:31 +03:00
"@types/lodash.merge": "^4.6.4",
"@types/lodash.template": "^4.4.4",
"@types/log-symbols": "^2.0.0",
"@types/mime-types": "^2.1.0",
"@types/minimist": "^1.2.0",
"@types/mocha": "^5.1.0",
"@types/node": "^11.13.5",
"@types/node-fetch": "^2.3.2",
"@types/opn": "^5.1.0",
"@types/pify": "^3.0.1",
2018-12-25 02:16:44 +03:00
"@types/pretty-ms": "^4.0.0",
"@types/proxyquire": "^1.3.28",
"@types/semver": "^6.0.0",
"@types/sinon": "^7.0.11",
"@types/username": "^3.0.0",
"@types/webpack": "^4.4.27",
"@types/webpack-dev-middleware": "^2.0.1",
"@types/webpack-hot-middleware": "^2.16.3",
"@types/webpack-merge": "^4.1.4",
"@typescript-eslint/eslint-plugin": "^1.6.0",
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
"@typescript-eslint/parser": "^1.1.0",
"asar": "^1.0.0",
"babel-plugin-source-map-support": "^2.0.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",
"commitizen": "^3.1.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
"coveralls": "^3.0.0",
"cross-env": "^5.0.0",
"cz-customizable": "^6.0.0",
"eslint": "^5.16.0",
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
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.2",
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
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-react": "^7.11.0",
2018-11-24 07:53:22 +03:00
"fetch-mock": "^7.2.5",
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
"generate-changelog": "^1.0.2",
"listr": "^0.14.1",
"minimist": "^1.2.0",
"mocha": "^6.1.4",
"nodemon": "^1.18.11",
"nyc": "^14.0.0",
"proxyquire": "^2.0.1",
"rimraf": "^2.6.2",
"sinon": "^7.3.2",
"ts-node": "^8.1.0",
"typedoc": "^0.14.2",
"typescript": "3.4.4"
},
"optionalDependencies": {
"@malept/electron-installer-flatpak": "^0.9.0",
"electron-installer-debian": "^1.1.0",
"electron-installer-dmg": "^2.0.0",
"electron-installer-redhat": "^1.0.0",
"electron-installer-snap": "^3.1.0",
2018-11-24 07:53:22 +03:00
"electron-windows-store": "^2.1.0",
"electron-winstaller": "^3.0.4",
2018-11-24 07:53:22 +03:00
"electron-wix-msi": "^2.1.1"
2016-10-05 17:42:02 +03:00
}
}