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 611B

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