package.json 298 B

123456789101112131415
  1. {
  2. "name": "my-electron-app",
  3. "version": "1.0.0",
  4. "description": "hello",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "electron ."
  9. },
  10. "author": "lj",
  11. "license": "MIT",
  12. "devDependencies": {
  13. "electron": "^28.0.0"
  14. }
  15. }