您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627
  1. {
  2. "main": "index.js",
  3. "types": "electron.d.ts",
  4. "bin": {
  5. "electron": "cli.js"
  6. },
  7. "scripts": {
  8. "postinstall": "node install.js"
  9. },
  10. "dependencies": {
  11. "@electron/get": "^2.0.0",
  12. "@types/node": "^20.9.0",
  13. "extract-zip": "^2.0.1"
  14. },
  15. "engines": {
  16. "node": ">= 12.20.55"
  17. },
  18. "name": "electron",
  19. "repository": "https://github.com/electron/electron",
  20. "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
  21. "license": "MIT",
  22. "author": "Electron Community",
  23. "keywords": [
  24. "electron"
  25. ],
  26. "version": "31.2.1"
  27. }