migrate to ygopro-yrp-encode
Showing
Replay.js
deleted
100644 → 0
This diff is collapsed.
Replay.ts
deleted
100644 → 0
This diff is collapsed.
| ... | ... | @@ -21,7 +21,6 @@ |
| "ip6addr": "^0.2.5", | ||
| "jszip": "^3.5.0", | ||
| "load-json-file": "^6.2.0", | ||
| "lzma": "^2.3.2", | ||
| "moment": "^2.29.1", | ||
| "mysql": "^2.18.1", | ||
| "node-os-utils": "^1.3.2", | ||
| ... | ... | @@ -36,7 +35,8 @@ |
| "underscore": "^1.11.0", | ||
| "underscore.string": "^3.3.6", | ||
| "ws": "^8.9.0", | ||
| "ygopro-deck-encode": "^1.0.14" | ||
| "ygopro-deck-encode": "^1.0.15", | ||
| "ygopro-yrp-encode": "^1.0.1" | ||
| }, | ||
| "license": "AGPL-3.0", | ||
| "scripts": { | ||
| ... | ... | @@ -52,7 +52,6 @@ |
| "@types/bunyan": "^1.8.8", | ||
| "@types/formidable": "^3.4.6", | ||
| "@types/ip6addr": "^0.2.3", | ||
| "@types/lzma": "^2.3.0", | ||
| "@types/node": "^16.18.126", | ||
| "@types/underscore": "^1.13.0", | ||
| "@types/ws": "^8.5.3", | ||
| ... | ... |
Please register or sign in to comment