prod
Showing
| ... | @@ -5,13 +5,17 @@ | ... | @@ -5,13 +5,17 @@ |
| "scripts": { | "scripts": { | ||
| "lint": "eslint --fix .", | "lint": "eslint --fix .", | ||
| "build": "tsc", | "build": "tsc", | ||
| "plugin": "node dist/install-plugin.js", | "plugin": "node dist/entry.js install", | ||
| "prod": "node dist/entry.js prod", | |||
| "start": "koishi start" | "start": "koishi start" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-bootstrap.git" | "url": "https://code.mycard.moe/3rdeye/koishi-bootstrap.git" | ||
| }, | }, | ||
| "bin": { | |||
| "koishi-bs": "./dist/entry.js" | |||
| }, | |||
| "author": "Nanahira <nanahira@momobako.com>", | "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | "license": "MIT", | ||
| "keywords": [], | "keywords": [], | ||
| ... | ... |
src/entry.ts
0 → 100644
src/prod.ts
0 → 100644
Please register or sign in to comment