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.

17 lines
313B

  1. {
  2. "name": "SAAM",
  3. "author": "Bryan Miller <bmiller1008@gmail.com> (https://www.obsidianblk.me)",
  4. "version": "0.0.1",
  5. "main": "main.js",
  6. "license": "MIT",
  7. "devDependencies": {
  8. "electron": "^10.1.2"
  9. },
  10. "scripts": {
  11. "start": "electron ."
  12. },
  13. "dependencies": {
  14. "sass": "^1.26.11"
  15. }
  16. }