Commit 08356d70 authored by nanahira's avatar nanahira

bump

parent 5c967113
import { App, Session } from 'koishi'; 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 koishiPluginVerifier from '@koishijs/plugin-verifier';
import * as targetPlugin from './plugin'; import * as targetPlugin from './plugin';
......
This diff is collapsed.
{ {
"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",
......
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