tanebi
Version:
NTQQ Node.js Protocol Implementation
33 lines • 683 B
JSON
{
"name": "tanebi",
"version": "0.3.2",
"description": "NTQQ Node.js Protocol Implementation",
"keywords": [
"qq",
"oicq"
],
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SaltifyDev/tanebi.git"
},
"license": "GPL-3.0-or-later",
"author": "Young",
"type": "module",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"@tanebijs/protobuf": "^0.0.1",
"async-mutex": "^0.5.0",
"fast-xml-parser": "^5.2.5",
"image-size": "^2.0.2",
"smart-arraybuffer": "^1.0.0",
"typed-emitter": "^2.1.0",
"zod": "^4.0.14"
},
"scripts": {
"build": "tsup"
}
}