mirror of
https://notabug.org/SuperSaltyGamer/ame
synced 2026-01-15 17:52:55 -03:00
27 lines
621 B
JSON
27 lines
621 B
JSON
{
|
|
"private": true,
|
|
"name": "ame",
|
|
"author": "SuperSaltyGamer",
|
|
"homepage": "https://gitlab.com/SuperSaltyGamer/ame",
|
|
"type": "module",
|
|
"config": {
|
|
"cdn": "https://gitlab.com/SuperSaltyGamer/ame/-/raw/main/dist/"
|
|
},
|
|
"dependencies": {
|
|
"handsontable": "^13.0.0",
|
|
"jszip": "^3.9.1",
|
|
"opencv-wasm": "^4.3.0-10",
|
|
"xml-formatter": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tampermonkey": "^5.0.2",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "node out/scripts/build.js",
|
|
"build": "node out/scripts/build.js --production",
|
|
"postinstall": "tsc -p tsconfig.scripts.json"
|
|
}
|
|
}
|