mirror of
https://notabug.org/SuperSaltyGamer/ame
synced 2026-01-15 18:02:54 -03:00
28 lines
648 B
JSON
28 lines
648 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",
|
|
"lighterhtml": "^4.2.0",
|
|
"path-to-regexp": "^6.2.1",
|
|
"xml-formatter": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tampermonkey": "^4.0.5",
|
|
"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"
|
|
}
|
|
}
|