ntqq-cqhttp
Version:
基于 ntqq onebot 框架进行二次封装的 sdk 开发包,主要方便直接进行机器人的操作。
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "ntqq-cqhttp",
"version": "1.0.0",
"description": "基于 ntqq onebot 框架进行二次封装的 sdk 开发包,主要方便直接进行机器人的操作。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xiluotop/ntqq-cqhttp.git"
},
"keywords": [
"go-cqhttp",
"http",
"sdk",
"qq机器人",
"二次开发包",
"nodejs"
],
"author": "xiluo",
"license": "ISC",
"bugs": {
"url": "https://github.com/xiluotop/ntqq-cqhttp/issues"
},
"homepage": "https://github.com/xiluotop/ntqq-cqhttp#readme",
"dependencies": {
"@types/node": "^22.9.0",
"axios": "^0.21.1",
"express": "^4.17.2",
"md5": "^2.3.0",
"qs": "^6.9.6",
"typescript": "^5.6.3",
"ws": "^8.5.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/md5": "^2.3.2",
"@types/parse-json": "^4.0.0",
"@types/qs": "^6.9.5",
"@types/ws": "^8.2.3",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2"
}
}