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

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@electron-forge/template-webpack",
  3. "version": "7.4.0",
  4. "description": "Webpack template for Electron Forge, gets you started with Webpack really quickly",
  5. "repository": "https://github.com/electron/forge",
  6. "author": "Samuel Attard",
  7. "license": "MIT",
  8. "main": "dist/WebpackTemplate.js",
  9. "typings": "dist/WebpackTemplate.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. "@electron-forge/template-base": "7.4.0",
  19. "fs-extra": "^10.0.0"
  20. },
  21. "devDependencies": {
  22. "@electron-forge/test-utils": "7.4.0",
  23. "chai": "^4.3.3",
  24. "listr2": "^7.0.2"
  25. },
  26. "publishConfig": {
  27. "access": "public"
  28. },
  29. "files": [
  30. "dist",
  31. "src",
  32. "tmpl"
  33. ],
  34. "gitHead": "d3d47b2bc53be13609b5ff4d858275ce74bff819"
  35. }