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

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