rework
Showing
This diff is collapsed.
| ... | ... | @@ -4,7 +4,7 @@ |
| "description": "A simple wrapper for Koishi.js, mainly for Windows.", | ||
| "main": "dist/index.js", | ||
| "scripts": { | ||
| "build": "tsc && rm -rf ./dist/plugin && cp -rf ./plugin/dist ./dist/plugin", | ||
| "build": "tsc && rm -rf ./dist/plugin && cp -rf ./plugin/dist/full ./dist/plugin", | ||
| "start": "node dist/index.js", | ||
| "launch": "npm run build && npm run start", | ||
| "pack": "mkdir output ; pkg --out-path output .", | ||
| ... | ... | @@ -29,17 +29,18 @@ |
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-alpha.9", | ||
| "@koishijs/plugin-verifier": "^1.0.0-alpha.1", | ||
| "better-sqlite3": "^7.4.3", | ||
| "koishi": "^4.0.0-alpha.11", | ||
| "proxy-agent": "^5.0.0" | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-beta.1", | ||
| "@koishijs/plugin-verifier": "^1.0.0-beta.0", | ||
| "koishi": "^4.0.0-beta.1", | ||
| "ws": "^8.2.3", | ||
| "yaml": "^1.10.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/better-sqlite3": "^7.4.0", | ||
| "@types/node": "^16.7.10", | ||
| "@typescript-eslint/eslint-plugin": "^4.30.0", | ||
| "@typescript-eslint/parser": "^4.30.0", | ||
| "better-sqlite3": "^7.4.4", | ||
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| ... | ... |
Please register or sign in to comment