finish
Showing
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| "description": "Attacker of zhixiang minecraft payment server", | "description": "Attacker of zhixiang minecraft payment server", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "scripts": { | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | "build": "tsc" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -26,8 +26,7 @@ | ... | @@ -26,8 +26,7 @@ |
| "dependencies": { | "dependencies": { | ||
| "axios": "^0.24.0", | "axios": "^0.24.0", | ||
| "crypto-random-string": "^3.3.1", | "crypto-random-string": "^3.3.1", | ||
| "got": "^11.8.2", | "delay": "^5.0.0", | ||
| "http2-wrapper": "^2.1.9", | |||
| "qs": "^6.10.1" | "qs": "^6.10.1" | ||
| } | } | ||
| } | } |
Please register or sign in to comment