You need to sign in or sign up before continuing.
migrate to ygopro-cdb-encode
Showing
| ... | @@ -20,20 +20,19 @@ | ... | @@ -20,20 +20,19 @@ |
| "license": "AGPL-3.0", | "license": "AGPL-3.0", | ||
| "dependencies": { | "dependencies": { | ||
| "@types/bunyan": "^1.8.6", | "@types/bunyan": "^1.8.6", | ||
| "@types/node": "^14.11.5", | "axios": "^1.13.5", | ||
| "@types/sqlite3": "^3.1.6", | |||
| "axios": "^0.20.0", | |||
| "bunyan": "^1.8.14", | "bunyan": "^1.8.14", | ||
| "jinja-js": "^0.1.8", | |||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "moment": "^2.30.1", | "moment": "^2.30.1", | ||
| "sqlite": "^4.0.15", | "sql.js": "^1.13.0", | ||
| "sqlite3": "^5.0.0", | |||
| "yaml": "^1.10.0", | "yaml": "^1.10.0", | ||
| "ygopro-cdb-encode": "^1.0.1", | |||
| "ygopro-lflist-encode": "^1.0.3" | "ygopro-lflist-encode": "^1.0.3" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/lodash": "^4.17.7", | "@types/lodash": "^4.17.7", | ||
| "typescript": "^5.5.4" | "@types/node": "^25.2.2", | ||
| "@types/sql.js": "^1.4.9", | |||
| "typescript": "^5.9.3" | |||
| } | } | ||
| } | } |
Please register or sign in to comment