You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.3 KiB
53 lines
1.3 KiB
{
|
|
"name": "@electron-forge/cli",
|
|
"version": "6.4.2",
|
|
"description": "A complete tool for building modern Electron applications",
|
|
"repository": "https://github.com/electron/forge",
|
|
"author": "Samuel Attard",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"electron-forge": "dist/electron-forge.js",
|
|
"electron-forge-vscode-nix": "script/vscode.sh",
|
|
"electron-forge-vscode-win": "script/vscode.cmd"
|
|
},
|
|
"devDependencies": {
|
|
"@malept/cross-spawn-promise": "^2.0.0",
|
|
"chai": "^4.3.3",
|
|
"chai-as-promised": "^7.0.0",
|
|
"mocha": "^9.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@electron-forge/core": "6.4.2",
|
|
"@electron-forge/shared-types": "6.4.2",
|
|
"@electron/get": "^2.0.0",
|
|
"chalk": "^4.0.0",
|
|
"commander": "^4.1.1",
|
|
"debug": "^4.3.1",
|
|
"fs-extra": "^10.0.0",
|
|
"listr2": "^5.0.3",
|
|
"semver": "^7.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.17.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/malept"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/subscription/pkg/npm-.electron-forge-cli?utm_medium=referral&utm_source=npm_fund"
|
|
}
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"script"
|
|
],
|
|
"gitHead": "3e6fe255395f96e0a28bd1a487ae33eea86465a7"
|
|
}
|