Files
ame/package.json
2024-02-22 21:23:32 +02:00

27 lines
621 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",
"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"
}
}