koishi-plugin-yuque
Version:
用于Koishi的语雀消息通知插件
44 lines (43 loc) • 1.3 kB
JSON
{
"name": "koishi-plugin-yuque",
"version": "1.5.2",
"description": "用于Koishi的语雀消息通知插件",
"main": "lib/index",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"prerelease": "git checkout master && git merge develop && yarn build",
"release": "standard-version",
"postrelease": "git push --follow-tags origin master && npm publish --registry=https://registry.npmjs.org && git checkout develop && git merge master && git push"
},
"repository": {
"type": "git",
"url": "git@e.coding.net:sakurarealm/sakurarealmbot/yuque.git"
},
"keywords": [
"Koishi.js",
"chatbot",
"Koishi",
"plugin"
],
"author": "ConstasJ <2020212726@qq.com>",
"dependencies": {
"axios": "^0.26.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"koa-bodyparser": "^4.3.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.1",
"@types/express": "^4.17.13",
"@types/koa-bodyparser": "^4.3.3",
"@types/node": "^16.11.6",
"koishi": "^4.5.1",
"rollup": "^2.70.1",
"rollup-plugin-ts": "^2.0.5",
"standard-version": "^9.3.2",
"typescript": "^4.4.4"
},
"license": "MIT"
}