buggy
Showing
This diff is collapsed.
| ... | ... | @@ -9,6 +9,7 @@ |
| "build": "tsc", | ||
| "gen:config-example": "npm run build && node dist/src/scripts/gen-config-example.js", | ||
| "test": "jest --passWithNoTests", | ||
| "dev": "ts-node index.ts", | ||
| "start": "node dist/index.js" | ||
| }, | ||
| "repository": { | ||
| ... | ... | @@ -40,7 +41,6 @@ |
| "testEnvironment": "node" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/ip6addr": "^0.2.6", | ||
| "@types/jest": "^30.0.0", | ||
| "@types/node": "^25.2.3", | ||
| "@types/ws": "^8.18.1", | ||
| ... | ... | @@ -52,12 +52,16 @@ |
| "jest": "^30.2.0", | ||
| "prettier": "^3.8.1", | ||
| "ts-jest": "^29.4.6", | ||
| "ts-node": "^10.9.2", | ||
| "typescript": "^5.9.3" | ||
| }, | ||
| "dependencies": { | ||
| "ip6addr": "^0.2.5", | ||
| "axios": "^1.13.5", | ||
| "http-proxy-agent": "^7.0.2", | ||
| "https-proxy-agent": "^7.0.6", | ||
| "ipaddr.js": "^2.3.0", | ||
| "koishipro-core.js": "^1.3.0", | ||
| "nfkit": "^1.0.21", | ||
| "nfkit": "^1.0.22", | ||
| "pino": "^10.3.1", | ||
| "pino-pretty": "^13.1.3", | ||
| "rxjs": "^7.8.2", | ||
| ... | ... |
Please register or sign in to comment