fix dep
Showing
| { | ||
| "name": "koishi-plugin-ygocard", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Koishi Plugin for YGOPro card query", | ||
| "main": "dist/index.js", | ||
| "scripts": { | ||
| ... | ... | @@ -24,7 +24,8 @@ |
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-ygocard", | ||
| "dependencies": { | ||
| "source-map-support": "^0.5.20" | ||
| "source-map-support": "^0.5.20", | ||
| "better-sqlite3": "^7.4.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/better-sqlite3": "^7.4.0", | ||
| ... | ... | @@ -33,7 +34,6 @@ |
| "@types/node": "^16.11.1", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| "@typescript-eslint/parser": "^4.33.0", | ||
| "better-sqlite3": "^7.4.3", | ||
| "class-transformer": "^0.4.0", | ||
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| ... | ... |
Please register or sign in to comment