first
Showing
.dockerignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.npmignore
0 → 100644
.prettierrc
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Replay.ts
0 → 100644
index.ts
0 → 100644
install-npm.sh
0 → 100755
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | ||
| "name": "ygopro-replay-parser", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "dist/index.js", | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "start": "node dist/parser.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@git.mycard.moe:nanahira/ygopro-replay-parser.git" | ||
| }, | ||
| "author": "Nanahira", | ||
| "license": "AGPL-3.0", | ||
| "dependencies": { | ||
| "lodash": "^4.17.21", | ||
| "lzma-native": "^8.0.1", | ||
| "moment": "^2.29.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/lodash": "^4.14.172", | ||
| "@types/lzma-native": "^4.0.1", | ||
| "@types/node": "^16.6.1", | ||
| "@typescript-eslint/eslint-plugin": "^4.29.2", | ||
| "@typescript-eslint/parser": "^4.29.2", | ||
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.0", | ||
| "prettier": "^2.3.2", | ||
| "typescript": "^4.3.5" | ||
| } | ||
| } |
parser.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment