package.json 506 B

12345678910111213141516171819202122
  1. {
  2. "name": "ame",
  3. "type": "module",
  4. "homepage": "https://notabug.org/SuperSaltyGamer/ame/raw/main/dist/",
  5. "dependencies": {
  6. "jszip": "^3.9.1",
  7. "path-to-regexp": "^6.2.1",
  8. "xml-formatter": "^3.2.0"
  9. },
  10. "devDependencies": {
  11. "@types/tampermonkey": "^4.0.5",
  12. "globby": "^13.1.3",
  13. "typescript": "^4.9.3",
  14. "vite": "^4.0.0"
  15. },
  16. "scripts": {
  17. "start": "node out-scripts/build.js",
  18. "build": "tsc && node out-scripts/build.js --production",
  19. "postinstall": "tsc -p tsconfig.scripts.json"
  20. }
  21. }