first
parents
Showing
.dockerignore
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
create.ts
0 → 100644
migrate.ts
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "challonge-migrator", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "build/create.ts", | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "create": "node build/create.ts", | ||
| "migrate": "node build/mirate.ts" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@git.mycard.moe:nanahira/challonge-migrator.git" | ||
| }, | ||
| "author": "Nanahira", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "@types/node": "^14.14.10", | ||
| "@types/qs": "^6.9.5", | ||
| "@types/underscore": "^1.10.24", | ||
| "axios": "^0.21.0", | ||
| "moment": "^2.29.1", | ||
| "qs": "^6.9.4", | ||
| "typescript": "^4.1.2", | ||
| "underscore": "^1.12.0", | ||
| "yaml": "^1.10.0" | ||
| } | ||
| } |
src/config.ts
0 → 100644
test.json
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment