artemis-ongeki-fix-clear-st.../package.json
2024-05-29 03:01:18 +09:00

23 lines
521 B
JSON

{
"name": "artemis-ongeki-fix-clear-status",
"version": "1.0.0",
"description": "Fix mu3 clearStatus in ARTEMiS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.tendokyu.moe/akanyan/artemis-ongeki-fix-clear-status"
},
"author": "akanyan",
"license": "Unlicense",
"dependencies": {
"mysql2": "^3.9.7",
"yaml": "^2.4.2"
},
"devDependencies": {
"@types/node": "^20.12.12"
}
}