koishi-utils
Version:
Utilities for Koishi
38 lines (37 loc) • 799 B
JSON
{
"name": "koishi-utils",
"description": "Utilities for Koishi",
"version": "4.3.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"chinese.txt"
],
"author": "Shigma <1700011071@pku.edu.cn>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://github.com/koishijs/koishi/tree/master/packages/koishi-utils#readme",
"keywords": [
"bot",
"qqbot",
"cqhttp",
"coolq",
"chatbot",
"koishi",
"utilities"
],
"devDependencies": {
"@types/supports-color": "^8.1.1",
"koishi-test-utils": "^7.0.2"
},
"dependencies": {
"supports-color": "^8.1.0"
}
}