{ "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" } }