toasts hens
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.

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "hic",
  3. "version": "0.0.1",
  4. "description": "get it, hic",
  5. "main": "electron-serve.js",
  6. "scripts": {
  7. "start": "electron .",
  8. "toast": "electron-builder",
  9. "toast:w": "electron-builder -w",
  10. "toast:l": "electron-builder -l",
  11. "toast:m": "electron-builder -m"
  12. },
  13. "author": " ",
  14. "license": "MIT",
  15. "devDependencies": {
  16. "electron": "^16.0.1",
  17. "electron-builder": "^22.13.1"
  18. },
  19. "dependencies": {
  20. "electron-serve": "^1.1.0"
  21. },
  22. "build": {
  23. "appId": "mit.hic.xyz",
  24. "linux": {
  25. "icon": "icons/icon.png"
  26. },
  27. "mac": {
  28. "icon": "icons/icon.icns"
  29. },
  30. "win": {
  31. "icon": "icons/icon.ico",
  32. "target": [
  33. "portable"
  34. ]
  35. }
  36. }
  37. }