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.
40 lines
944 B
40 lines
944 B
{
|
|
"name": "@electron-forge/template-base",
|
|
"version": "6.4.2",
|
|
"description": "Base template for Electron Forge",
|
|
"repository": "https://github.com/electron/forge",
|
|
"author": "Samuel Attard",
|
|
"license": "MIT",
|
|
"main": "dist/BaseTemplate.js",
|
|
"typings": "dist/BaseTemplate.d.ts",
|
|
"scripts": {
|
|
"test": "mocha --config ../../../.mocharc.js test/**/*_spec.ts"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.17.5"
|
|
},
|
|
"dependencies": {
|
|
"@electron-forge/shared-types": "6.4.2",
|
|
"@malept/cross-spawn-promise": "^2.0.0",
|
|
"debug": "^4.3.1",
|
|
"fs-extra": "^10.0.0",
|
|
"username": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@electron-forge/test-utils": "6.4.2",
|
|
"chai": "^4.3.3",
|
|
"mocha": "^9.0.1",
|
|
"proxyquire": "^2.1.3",
|
|
"sinon": "^13.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"tmpl"
|
|
],
|
|
"gitHead": "3e6fe255395f96e0a28bd1a487ae33eea86465a7"
|
|
}
|