mirror of
https://notabug.org/SuperSaltyGamer/ame
synced 2026-01-15 18:12:55 -03:00
26 lines
592 B
JSON
26 lines
592 B
JSON
{
|
|
"private": true,
|
|
"name": "ame",
|
|
"author": "SuperSaltyGamer",
|
|
"homepage": "https://notabug.org/SuperSaltyGamer/ame",
|
|
"type": "module",
|
|
"config": {
|
|
"cdn": "https://notabug.org/SuperSaltyGamer/ame/raw/main/dist/"
|
|
},
|
|
"dependencies": {
|
|
"handsontable": "^13.0.0",
|
|
"jszip": "^3.9.1",
|
|
"xml-formatter": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tampermonkey": "^4.0.10",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.7"
|
|
},
|
|
"scripts": {
|
|
"start": "node out/scripts/build.js",
|
|
"build": "node out/scripts/build.js --production",
|
|
"postinstall": "tsc -p tsconfig.scripts.json"
|
|
}
|
|
}
|