1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "@electron-forge/publisher-base",
- "version": "7.4.0",
- "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": "7.4.0"
- },
- "devDependencies": {
- "chai": "^4.3.3",
- "mocha": "^9.0.1"
- },
- "engines": {
- "node": ">= 16.4.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "files": [
- "dist",
- "src"
- ],
- "gitHead": "d3d47b2bc53be13609b5ff4d858275ce74bff819"
- }
|