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.

12 lines
163B

  1. {
  2. "name": "SAAM",
  3. "version": "0.0.1",
  4. "main": "main.js",
  5. "devDependencies": {
  6. "electron": "^10.1.2"
  7. },
  8. "scripts":{
  9. "start": "electron ."
  10. }
  11. }