first
Showing
.dockerignore
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "rhymc-attacker", | ||
"version": "1.0.0", | ||
"description": "Rhymc is rubbish.", | ||
"main": "build/run.js", | ||
"scripts": { | ||
"build": "./node_modules/.bin/tsc", | ||
"start": "node build/run.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@git.mycard.moe:nanahira/rhymc-attacker" | ||
}, | ||
"author": "Nanahira", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@types/bunyan": "^1.8.6", | ||
"@types/node": "^14.0.27", | ||
"@types/underscore": "^1.10.21", | ||
"axios": "^0.19.2", | ||
"bunyan": "^1.8.14", | ||
"iconv-lite": "^0.6.2", | ||
"querystring": "^0.2.0", | ||
"typescript": "^3.9.7", | ||
"underscore": "^1.10.2" | ||
} | ||
} |
proxy.ts
0 → 100644
run.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment