mirror of
https://notabug.org/SuperSaltyGamer/ame
synced 2026-01-15 19:32:54 -03:00
20 lines
431 B
JSON
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"
|
|
}
|
|
}
|