Commit b737d15b authored by nanahira's avatar nanahira

fix dep

parent bd1a3ba2
Pipeline #6274 passed with stages
in 34 seconds
{
"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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment