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
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": "zhixiang-attacker", | ||
| "version": "1.0.0", | ||
| "description": "Attacker of zhixiang minecraft payment server", | ||
| "main": "dist/index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@git.mycard.moe:nanahira/zhixiang-attacker.git" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "@types/node": "^16.11.6", | ||
| "@types/qs": "^6.9.7", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| "@typescript-eslint/parser": "^4.33.0", | ||
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| "prettier": "^2.4.1", | ||
| "typescript": "^4.4.4" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.24.0", | ||
| "crypto-random-string": "^3.3.1", | ||
| "got": "^11.8.2", | ||
| "http2-wrapper": "^2.1.9", | ||
| "qs": "^6.10.1" | ||
| } | ||
| } |
tsconfig.json
0 → 100644
Please register or sign in to comment