mirror of
https://notabug.org/SuperSaltyGamer/ame
synced 2026-01-15 19:22:55 -03:00
24 lines
562 B
JSON
24 lines
562 B
JSON
{
|
|
"name": "ame",
|
|
"type": "module",
|
|
"homepage": "https://notabug.org/SuperSaltyGamer/ame/raw/main/dist/",
|
|
"dependencies": {
|
|
"handsontable": "^13.0.0",
|
|
"jszip": "^3.9.1",
|
|
"lighterhtml": "^4.2.0",
|
|
"path-to-regexp": "^6.2.1",
|
|
"xml-formatter": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tampermonkey": "^4.0.5",
|
|
"globby": "^13.1.3",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node out-scripts/build.js",
|
|
"build": "tsc && node out-scripts/build.js --production",
|
|
"postinstall": "tsc -p tsconfig.scripts.json"
|
|
}
|
|
}
|