unfinished
Showing
.dockerignore
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
config.example.yaml
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "ygopro-cn-database-generator", | ||
"version": "1.0.0", | ||
"description": "Generates CN env database from NW posts.", | ||
"main": "run.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"start": "node build/run.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@git.mycard.moe:nanahira/ygopro-cn-database-generator.git" | ||
}, | ||
"keywords": [ | ||
"YGOPro", | ||
"NW" | ||
], | ||
"author": "Nanahira", | ||
"license": "AGPL-3.0", | ||
"dependencies": { | ||
"@types/bunyan": "^1.8.6", | ||
"@types/node": "^14.11.5", | ||
"@types/sqlite3": "^3.1.6", | ||
"@types/underscore": "^1.10.24", | ||
"axios": "^0.20.0", | ||
"bunyan": "^1.8.14", | ||
"sqlite": "^4.0.15", | ||
"sqlite3": "^5.0.0", | ||
"typescript": "^4.0.3", | ||
"underscore": "^1.11.0", | ||
"yaml": "^1.10.0" | ||
} | ||
} |
src/config.ts
0 → 100644
src/fetcher.ts
0 → 100644
test/fetch.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment