koishi
Version:
Cross-Platform Chatbot Framework Made with Love
81 lines • 1.75 kB
JSON
{
"name": "koishi",
"description": "Cross-Platform Chatbot Framework Made with Love",
"version": "4.18.11",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"bin": "bin.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"node": {
"import": "./lib/index.mjs",
"require": "./lib/index.cjs"
},
"browser": "./browser.mjs"
},
"./lib/cli": "./lib/cli/index.js",
"./lib/worker": "./lib/worker/index.js",
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib",
"src",
"bin.js",
"browser.mjs"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.chat",
"keywords": [
"bot",
"chatbot",
"discord",
"telegram",
"cordis",
"framework"
],
"cordis": {
"property": "koishi",
"ecosystem": {
"pattern": [
"@koishijs/plugin-*",
"koishi-plugin-*"
]
},
"service": {
"implements": [
"koishi"
]
}
},
"dependencies": {
"@koishijs/core": "4.18.11",
"@koishijs/loader": "4.6.11",
"@koishijs/plugin-http": "^0.6.3",
"@koishijs/plugin-proxy-agent": "^0.3.3",
"@koishijs/plugin-server": "^3.2.9",
"@koishijs/utils": "^7.2.1",
"@satorijs/core": "^4.6.0",
"cac": "^6.7.14",
"kleur": "^4.1.5"
},
"yakumo": {
"tsc": {
"ignore": [
"@koishijs/plugin-http",
"@koishijs/plugin-proxy-agent",
"@koishijs/plugin-server"
]
}
}
}