package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "builder-util",
  3. "version": "24.5.0",
  4. "main": "out/util.js",
  5. "author": "Vladimir Krivosheev",
  6. "license": "MIT",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/electron-userland/electron-builder.git",
  10. "directory": "packages/builder-util"
  11. },
  12. "bugs": "https://github.com/electron-userland/electron-builder/issues",
  13. "homepage": "https://github.com/electron-userland/electron-builder",
  14. "files": [
  15. "out"
  16. ],
  17. "dependencies": {
  18. "@types/debug": "^4.1.6",
  19. "7zip-bin": "~5.1.1",
  20. "app-builder-bin": "4.0.0",
  21. "bluebird-lst": "^1.0.9",
  22. "builder-util-runtime": "9.2.1",
  23. "chalk": "^4.1.2",
  24. "cross-spawn": "^7.0.3",
  25. "debug": "^4.3.4",
  26. "fs-extra": "^10.1.0",
  27. "http-proxy-agent": "^5.0.0",
  28. "https-proxy-agent": "^5.0.1",
  29. "is-ci": "^3.0.0",
  30. "js-yaml": "^4.1.0",
  31. "source-map-support": "^0.5.19",
  32. "stat-mode": "^1.0.0",
  33. "temp-file": "^3.4.0"
  34. },
  35. "typings": "./out/util.d.ts",
  36. "devDependencies": {
  37. "@types/cross-spawn": "6.0.2",
  38. "@types/fs-extra": "^9.0.11",
  39. "@types/is-ci": "3.0.0",
  40. "@types/js-yaml": "4.0.3",
  41. "@types/source-map-support": "0.5.4"
  42. }
  43. }