Commit 08356d70 authored by nanahira's avatar nanahira

bump

parent 5c967113
import { App, Session } from 'koishi';
import * as koishiPluginOnebot from '@koishijs/plugin-onebot';
import * as koishiPluginOnebot from '@koishijs/plugin-adapter-onebot';
import * as koishiPluginVerifier from '@koishijs/plugin-verifier';
import * as targetPlugin from './plugin';
......
This diff is collapsed.
{
"name": "koishi-wrapper",
"version": "1.0.0",
"version": "1.0.1",
"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",
"start": "node dist/index.js",
"launch": "npm run build && npm run start",
"pack": "mkdir output ; pkg --out-path output .",
"release": "npm run build && npm run pack"
},
......@@ -21,16 +22,18 @@
"scripts": [
"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",
"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",
"koishi": "^4.0.0-alpha.9",
"proxy-agent": "^5.0.0",
"better-sqlite3": "^7.4.3"
"better-sqlite3": "^7.4.3",
"koishi": "^4.0.0-alpha.10",
"proxy-agent": "^5.0.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.4.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment