finish
Showing
.dockerignore
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
config.example.yaml
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "league-tabulate", | ||
| "version": "1.0.0", | ||
| "description": "Tabulator", | ||
| "main": "build/run.js", | ||
| "scripts": { | ||
| "build": "./node_modules/.bin/tsc", | ||
| "start": "node build/run.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@git.mycard.moe:nanahira/league-tabulate.git" | ||
| }, | ||
| "author": "Nanahira", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "@types/node": "^14.6.0", | ||
| "@types/underscore": "^1.10.22", | ||
| "jinja-js": "^0.1.8", | ||
| "moment": "^2.27.0", | ||
| "typescript": "^4.0.2", | ||
| "underscore": "^1.10.2", | ||
| "yaml": "^1.10.0" | ||
| } | ||
| } |
run.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment