bump
Showing
| { | { | ||
| "name": "koishi-wrapper", | "name": "koishi-wrapper", | ||
| "version": "1.0.0", | "version": "1.0.1", | ||
| "description": "A simple wrapper for Koishi.js, mainly for Windows.", | "description": "A simple wrapper for Koishi.js, mainly for Windows.", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "scripts": { | "scripts": { | ||
| "build": "tsc && rm -rf ./dist/plugin && cp -rf ./plugin/dist ./dist/plugin", | "build": "tsc && rm -rf ./dist/plugin && cp -rf ./plugin/dist ./dist/plugin", | ||
| "start": "node dist/index.js", | "start": "node dist/index.js", | ||
| "launch": "npm run build && npm run start", | |||
| "pack": "mkdir output ; pkg --out-path output .", | "pack": "mkdir output ; pkg --out-path output .", | ||
| "release": "npm run build && npm run pack" | "release": "npm run build && npm run pack" | ||
| }, | }, | ||
| ... | @@ -21,16 +22,18 @@ | ... | @@ -21,16 +22,18 @@ |
| "scripts": [ | "scripts": [ | ||
| "dist/**/*.js" | "dist/**/*.js" | ||
| ], | ], | ||
| "assets": ["node_modules/vm2/lib/contextify.js"] | "assets": [ | ||
| "node_modules/vm2/lib/contextify.js" | |||
| ] | |||
| }, | }, | ||
| "author": "Nanahira", | "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | "license": "MIT", | ||
| "dependencies": { | "dependencies": { | ||
| "@koishijs/plugin-onebot": "^4.0.0-alpha.7", | "@koishijs/plugin-adapter-onebot": "^4.0.0-alpha.9", | ||
| "@koishijs/plugin-verifier": "^1.0.0-alpha.1", | "@koishijs/plugin-verifier": "^1.0.0-alpha.1", | ||
| "koishi": "^4.0.0-alpha.9", | "better-sqlite3": "^7.4.3", | ||
| "proxy-agent": "^5.0.0", | "koishi": "^4.0.0-alpha.10", | ||
| "better-sqlite3": "^7.4.3" | "proxy-agent": "^5.0.0" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/better-sqlite3": "^7.4.0", | "@types/better-sqlite3": "^7.4.0", | ||
| ... | ... |
Please register or sign in to comment