package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "name": "app-builder-lib",
  3. "description": "electron-builder lib",
  4. "version": "24.6.3",
  5. "main": "out/index.js",
  6. "files": [
  7. "out",
  8. "templates",
  9. "scheme.json",
  10. "certs/root_certs.keychain"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/electron-userland/electron-builder.git",
  15. "directory": "packages/app-builder-lib"
  16. },
  17. "engines": {
  18. "node": ">=14.0.0"
  19. },
  20. "keywords": [
  21. "electron",
  22. "builder",
  23. "build",
  24. "installer",
  25. "install",
  26. "packager",
  27. "pack",
  28. "nsis",
  29. "app",
  30. "dmg",
  31. "pkg",
  32. "msi",
  33. "exe",
  34. "setup",
  35. "Windows",
  36. "OS X",
  37. "MacOS",
  38. "Mac",
  39. "appx",
  40. "snap",
  41. "flatpak",
  42. "portable"
  43. ],
  44. "author": "Vladimir Krivosheev",
  45. "license": "MIT",
  46. "bugs": "https://github.com/electron-userland/electron-builder/issues",
  47. "homepage": "https://github.com/electron-userland/electron-builder",
  48. "dependencies": {
  49. "7zip-bin": "~5.1.1",
  50. "@develar/schema-utils": "~2.6.5",
  51. "@electron/notarize": "^1.2.3",
  52. "@electron/osx-sign": "^1.0.4",
  53. "@electron/universal": "1.3.4",
  54. "@malept/flatpak-bundler": "^0.4.0",
  55. "@types/fs-extra": "9.0.13",
  56. "async-exit-hook": "^2.0.1",
  57. "bluebird-lst": "^1.0.9",
  58. "builder-util": "24.5.0",
  59. "builder-util-runtime": "9.2.1",
  60. "chromium-pickle-js": "^0.2.0",
  61. "debug": "^4.3.4",
  62. "ejs": "^3.1.8",
  63. "electron-publish": "24.5.0",
  64. "form-data": "^4.0.0",
  65. "fs-extra": "^10.1.0",
  66. "hosted-git-info": "^4.1.0",
  67. "is-ci": "^3.0.0",
  68. "isbinaryfile": "^5.0.0",
  69. "js-yaml": "^4.1.0",
  70. "lazy-val": "^1.0.5",
  71. "minimatch": "^5.1.1",
  72. "read-config-file": "6.3.2",
  73. "sanitize-filename": "^1.6.3",
  74. "semver": "^7.3.8",
  75. "tar": "^6.1.12",
  76. "temp-file": "^3.4.0"
  77. },
  78. "///": "babel in devDependencies for proton tests",
  79. "devDependencies": {
  80. "@babel/core": "7.15.5",
  81. "@babel/plugin-proposal-class-properties": "7.14.5",
  82. "@babel/plugin-proposal-decorators": "7.15.4",
  83. "@babel/plugin-proposal-do-expressions": "7.14.5",
  84. "@babel/plugin-proposal-export-default-from": "7.14.5",
  85. "@babel/plugin-proposal-export-namespace-from": "7.14.5",
  86. "@babel/plugin-proposal-function-bind": "7.14.5",
  87. "@babel/plugin-proposal-function-sent": "7.14.5",
  88. "@babel/plugin-proposal-json-strings": "7.14.5",
  89. "@babel/plugin-proposal-logical-assignment-operators": "7.14.5",
  90. "@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
  91. "@babel/plugin-proposal-numeric-separator": "7.14.5",
  92. "@babel/plugin-proposal-optional-chaining": "7.14.5",
  93. "@babel/plugin-proposal-pipeline-operator": "7.15.0",
  94. "@babel/plugin-proposal-throw-expressions": "7.14.5",
  95. "@babel/plugin-syntax-dynamic-import": "7.8.3",
  96. "@babel/plugin-syntax-import-meta": "7.10.4",
  97. "@babel/preset-env": "7.15.6",
  98. "@babel/preset-react": "7.14.5",
  99. "@types/debug": "4.1.7",
  100. "@types/ejs": "3.1.0",
  101. "@types/hosted-git-info": "3.0.2",
  102. "@types/is-ci": "3.0.0",
  103. "@types/js-yaml": "4.0.3",
  104. "@types/semver": "7.3.8",
  105. "@types/tar": "^6.1.3",
  106. "dmg-builder": "24.6.3",
  107. "electron-builder-squirrel-windows": "24.6.3"
  108. },
  109. "//": "electron-builder-squirrel-windows and dmg-builder added as dev dep for tests (as otherwise `require` doesn't work using Yarn 2)",
  110. "typings": "./out/index.d.ts"
  111. }