migrate to sqljs
Showing
ygopro-database @ c8ee02c9
This diff is collapsed.
| ... | ... | @@ -27,22 +27,22 @@ |
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-ygocard", | ||
| "dependencies": { | ||
| "better-sqlite3": "^7.4.3", | ||
| "class-transformer": "^0.5.1", | ||
| "koishi-thirdeye": "^11.1.20", | ||
| "leven": "3.1", | ||
| "lodash": "^4.17.21", | ||
| "mustache": "^4.2.0" | ||
| "mustache": "^4.2.0", | ||
| "sql.js": "^1.8.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@koishijs/plugin-console": "^5.0.2", | ||
| "@koishijs/plugin-database-memory": "^2.2.0", | ||
| "@koishijs/plugin-sandbox": "^2.5.0", | ||
| "@types/better-sqlite3": "^7.4.0", | ||
| "@types/jest": "^29.2.0", | ||
| "@types/lodash": "^4.14.175", | ||
| "@types/mustache": "^4.1.2", | ||
| "@types/node": "^16.11.1", | ||
| "@types/sql.js": "^1.4.4", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| "@typescript-eslint/parser": "^4.33.0", | ||
| "esbuild-loader": "^2.19.0", | ||
| ... | ... |
Please register or sign in to comment