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.

package.json 772B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@electron-forge/publisher-base",
  3. "version": "7.4.0",
  4. "description": "Base publisher for Electron Forge",
  5. "repository": "https://github.com/electron/forge",
  6. "author": "Samuel Attard",
  7. "license": "MIT",
  8. "main": "dist/Publisher.js",
  9. "typings": "dist/Publisher.d.ts",
  10. "scripts": {
  11. "test": "yarn test:base test/**/*_spec.ts",
  12. "test:base": "cross-env TS_NODE_FILES=1 mocha --config ../../../.mocharc.js"
  13. },
  14. "dependencies": {
  15. "@electron-forge/shared-types": "7.4.0"
  16. },
  17. "devDependencies": {
  18. "chai": "^4.3.3",
  19. "mocha": "^9.0.1"
  20. },
  21. "engines": {
  22. "node": ">= 16.4.0"
  23. },
  24. "publishConfig": {
  25. "access": "public"
  26. },
  27. "files": [
  28. "dist",
  29. "src"
  30. ],
  31. "gitHead": "d3d47b2bc53be13609b5ff4d858275ce74bff819"
  32. }