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

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@electron-forge/core-utils",
  3. "version": "7.4.0",
  4. "description": "Core utilities for the Electron Forge packages",
  5. "repository": "https://github.com/electron/forge",
  6. "author": "Samuel Attard",
  7. "license": "MIT",
  8. "main": "dist/index.js",
  9. "typings": "dist/index.d.ts",
  10. "dependencies": {
  11. "@electron-forge/shared-types": "7.4.0",
  12. "@electron/rebuild": "^3.2.10",
  13. "@malept/cross-spawn-promise": "^2.0.0",
  14. "chalk": "^4.0.0",
  15. "debug": "^4.3.1",
  16. "find-up": "^5.0.0",
  17. "fs-extra": "^10.0.0",
  18. "log-symbols": "^4.0.0",
  19. "semver": "^7.2.1",
  20. "yarn-or-npm": "^3.0.1"
  21. },
  22. "engines": {
  23. "node": ">= 16.4.0"
  24. },
  25. "devDependencies": {
  26. "chai": "^4.3.3"
  27. },
  28. "files": [
  29. "dist",
  30. "src"
  31. ],
  32. "gitHead": "d3d47b2bc53be13609b5ff4d858275ce74bff819"
  33. }