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

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@electron-forge/template-base",
  3. "version": "7.4.0",
  4. "description": "Base template for Electron Forge",
  5. "repository": "https://github.com/electron/forge",
  6. "author": "Samuel Attard",
  7. "license": "MIT",
  8. "main": "dist/BaseTemplate.js",
  9. "typings": "dist/BaseTemplate.d.ts",
  10. "scripts": {
  11. "test": "mocha --config ../../../.mocharc.js test/**/*_spec.ts"
  12. },
  13. "engines": {
  14. "node": ">= 16.4.0"
  15. },
  16. "dependencies": {
  17. "@electron-forge/shared-types": "7.4.0",
  18. "@malept/cross-spawn-promise": "^2.0.0",
  19. "debug": "^4.3.1",
  20. "fs-extra": "^10.0.0",
  21. "username": "^5.1.0"
  22. },
  23. "devDependencies": {
  24. "@electron-forge/test-utils": "7.4.0",
  25. "chai": "^4.3.3",
  26. "mocha": "^9.0.1",
  27. "proxyquire": "^2.1.3",
  28. "sinon": "^13.0.1"
  29. },
  30. "publishConfig": {
  31. "access": "public"
  32. },
  33. "files": [
  34. "dist",
  35. "src",
  36. "tmpl"
  37. ],
  38. "gitHead": "d3d47b2bc53be13609b5ff4d858275ce74bff819"
  39. }