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.
33 lines
773 B
33 lines
773 B
{
|
|
"name": "@electron-forge/publisher-base",
|
|
"version": "6.4.2",
|
|
"description": "Base publisher for Electron Forge",
|
|
"repository": "https://github.com/electron/forge",
|
|
"author": "Samuel Attard",
|
|
"license": "MIT",
|
|
"main": "dist/Publisher.js",
|
|
"typings": "dist/Publisher.d.ts",
|
|
"scripts": {
|
|
"test": "yarn test:base test/**/*_spec.ts",
|
|
"test:base": "cross-env TS_NODE_FILES=1 mocha --config ../../../.mocharc.js"
|
|
},
|
|
"dependencies": {
|
|
"@electron-forge/shared-types": "6.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.3",
|
|
"mocha": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.17.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"gitHead": "3e6fe255395f96e0a28bd1a487ae33eea86465a7"
|
|
}
|