UNPKG

tanebi

Version:

NTQQ Node.js Protocol Implementation

32 lines 645 B
{ "name": "tanebi", "version": "0.2.1", "description": "NTQQ Node.js Protocol Implementation", "keywords": [ "qq", "oicq" ], "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/tanebijs/tanebi.git" }, "license": "GPL-3.0-or-later", "author": "Young", "type": "module", "main": "dist/index.js", "dependencies": { "@tanebijs/protobuf": "^0.0.1", "async-mutex": "^0.5.0", "fast-xml-parser": "^5.0.8", "image-size": "^2.0.0", "smart-buffer": "^4.2.0", "zod": "^3.24.2" }, "scripts": { "build": "tsup" }, "typings": "dist/index.d.ts" }