Files
ame/package.json
SuperSaltyGamer f2c1860215 Initial commit
2022-12-30 02:03:51 +02:00

20 lines
431 B
JSON

{
"name": "ame",
"type": "module",
"homepage": "https://notabug.org/SuperSaltyGamer/ame/dist/",
"dependencies": {
"path-to-regexp": "^6.2.1"
},
"devDependencies": {
"@types/tampermonkey": "^4.0.5",
"globby": "^13.1.3",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"scripts": {
"start": "node out/build.js",
"build": "tsc && node out/build.js --production",
"postinstall": "tsc -p tsconfig.scripts.json"
}
}