node-napcat-ts
Version:
napcat SDK for Node
71 lines (70 loc) • 1.46 kB
JSON
{
"name": "node-napcat-ts",
"version": "0.4.21",
"description": "napcat SDK for Node",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist/**/*"
],
"keywords": [
"websocket",
"qq-robot",
"cq-websocket",
"onebot11",
"typescript",
"napcat"
],
"author": {
"name": "huankong233",
"url": "https://github.com/huankong233"
},
"contributors": [
{
"name": "kanocence",
"url": "https://github.com/kanocence"
},
{
"name": "jacksixth",
"url": "https://github.com/jacksixth"
},
{
"name": "YunYouJun",
"url": "https://github.com/YunYouJun"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/HkTeamX/node-napcat-ts.git"
},
"scripts": {
"build": "tsc",
"dev": "nodemon",
"test": "tsx test/index.ts",
"typecheck": "tsc --noEmit",
"docs:dev": "pnpm -C docs run dev",
"docs:build": "pnpm -C docs run build",
"docs:preview": "pnpm -C docs run preview"
},
"dependencies": {
"isomorphic-ws": "^5.0.0",
"nanoid": "^5.1.5",
"ws": "^8.18.2"
},
"devDependencies": {
"@types/node": "^22.15.19",
"@types/ws": "^8.18.1",
"dotenv": "^16.5.0",
"nodemon": "^3.1.10",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"vue-demi"
]
}
}