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

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@electron-forge/template-vite",
  3. "version": "7.4.0",
  4. "description": "Vite template for Electron Forge, gets you started with Vite really quickly",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/electron/forge",
  8. "directory": "packages/template/vite"
  9. },
  10. "author": "caoxiemeihao",
  11. "license": "MIT",
  12. "main": "dist/ViteTemplate.js",
  13. "typings": "dist/ViteTemplate.d.ts",
  14. "scripts": {
  15. "test": "mocha --config ../../../.mocharc.js test/**/*_spec.ts"
  16. },
  17. "engines": {
  18. "node": ">= 16.4.0"
  19. },
  20. "dependencies": {
  21. "@electron-forge/shared-types": "7.4.0",
  22. "@electron-forge/template-base": "7.4.0",
  23. "fs-extra": "^10.0.0"
  24. },
  25. "devDependencies": {
  26. "@electron-forge/test-utils": "7.4.0",
  27. "chai": "^4.3.3",
  28. "listr2": "^7.0.2"
  29. },
  30. "publishConfig": {
  31. "access": "public"
  32. },
  33. "files": [
  34. "dist",
  35. "src",
  36. "tmpl"
  37. ],
  38. "gitHead": "d3d47b2bc53be13609b5ff4d858275ce74bff819"
  39. }