rewrite with koishi.js
Showing
| ... | @@ -4,8 +4,8 @@ | ... | @@ -4,8 +4,8 @@ |
| "description": "I hate hisoutensoku", | "description": "I hate hisoutensoku", | ||
| "main": "run.js", | "main": "run.js", | ||
| "scripts": { | "scripts": { | ||
| "build": "tsc", | "build": "./node_modules/.bin/tsc", | ||
| "start": "node run.js" | "start": "node build/run.js" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
| "@types/underscore": "^1.10.0", | "@types/underscore": "^1.10.0", | ||
| "@types/yaml": "^1.9.7", | "@types/yaml": "^1.9.7", | ||
| "bunyan": "^1.8.12", | "bunyan": "^1.8.12", | ||
| "cq-websocket": "^2.1.1", | "koishi": "^1.12.0", | ||
| "moment": "^2.26.0", | "moment": "^2.26.0", | ||
| "udp-proxy": "^1.2.0", | "udp-proxy": "^1.2.0", | ||
| "underscore": "^1.10.2", | "underscore": "^1.10.2", | ||
| ... | ... |
Please register or sign in to comment