Files
ame/package.json

27 lines
621 B
JSON
Raw Permalink Normal View History

2022-12-30 02:03:51 +02:00
{
2023-07-28 22:25:29 +03:00
"private": true,
2022-12-30 02:03:51 +02:00
"name": "ame",
2023-07-28 22:25:29 +03:00
"author": "SuperSaltyGamer",
2024-07-07 22:43:47 +03:00
"homepage": "https://gitlab.com/SuperSaltyGamer/ame",
2022-12-30 02:03:51 +02:00
"type": "module",
2023-07-28 22:25:29 +03:00
"config": {
2024-07-07 22:43:47 +03:00
"cdn": "https://gitlab.com/SuperSaltyGamer/ame/-/raw/main/dist/"
2023-07-28 22:25:29 +03:00
},
2022-12-30 02:03:51 +02:00
"dependencies": {
2023-07-15 18:46:28 +03:00
"handsontable": "^13.0.0",
2023-02-04 16:01:25 +02:00
"jszip": "^3.9.1",
"opencv-wasm": "^4.3.0-10",
2023-02-04 16:01:25 +02:00
"xml-formatter": "^3.2.0"
2022-12-30 02:03:51 +02:00
},
"devDependencies": {
"@types/tampermonkey": "^5.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.4"
2022-12-30 02:03:51 +02:00
},
"scripts": {
2023-07-28 22:25:29 +03:00
"start": "node out/scripts/build.js",
"build": "node out/scripts/build.js --production",
2022-12-30 02:03:51 +02:00
"postinstall": "tsc -p tsconfig.scripts.json"
}
}