UNPKG

oicq

Version:
49 lines (48 loc) 1.08 kB
{ "name": "oicq", "version": "2.3.1", "upday": "2022/6/21", "description": "QQ protocol!", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "tsc && node ./bin/oicq" }, "engines": { "node": ">= v14" }, "repository": "https://github.com/takayama-lily/oicq", "keywords": [ "qq", "oicq", "protocol", "android", "bot", "coolq" ], "author": "takayama", "license": "MPL-2.0", "bugs": "https://github.com/takayama-lily/oicq/issues", "homepage": "https://github.com/takayama-lily/oicq#readme", "changelogs": "https://github.com/takayama-lily/oicq/releases", "dependencies": { "axios": "^0.27.2", "log4js": "^6.3.0", "long": "^4.0.0", "pngjs": "^6.0.0", "probe-image-size": "^7.2.2" }, "devDependencies": { "@types/node": "^16.7.2", "@types/pngjs": "^6.0.1", "@types/probe-image-size": "^7.0.1", "@types/ws": "^8.2.0", "protobufjs": "^6.11.2", "ws": "^8.2.3" }, "files": [ "/lib/**/*.js", "/lib/**/*.d.ts", "/lib/**/LICENSE" ] }