napcat-node-ts-sdk
Version:
napcat SDK for Node
70 lines (69 loc) • 1.44 kB
JSON
{
"name": "napcat-node-ts-sdk",
"version": "0.4.13",
"description": "napcat SDK for Node",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist/**/*"
],
"keywords": [
"websocket",
"qq-robot",
"cq-websocket",
"onebot11",
"typescript",
"napcat"
],
"author": {
"name": "codkeep",
"url": "https://github.com/codkeep"
},
"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/codkeep/napcat-node-ts-sdk.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": "^3.3.4",
"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"
]
}
}