oicq
Version:
QQ protocol!
54 lines (53 loc) • 1.18 kB
JSON
{
"name": "oicq",
"version": "1.17.3",
"upday": "2021/6/6",
"description": "QQ protocol!",
"main": "index.js",
"types": "index.d.ts",
"type": "commonjs",
"scripts": {
"test": "node ./test.js",
"bench": "node ./test/benchmark",
"mocha": "./node_modules/.bin/_mocha"
},
"engines": {
"node": ">= v12.16"
},
"repository": "https://github.com/takayama-lily/oicq.git",
"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": {
"jce": "^0.2.3",
"log4js": "^6.3.0",
"long": "^4.0.0",
"probe-image-size": "^7.2.0"
},
"devDependencies": {
"@types/probe-image-size": "^7.0.0",
"babel-eslint": "^10.1.0",
"chai": "^4.3.4",
"eslint": "^7.27.0",
"mocha": "^8.4.0",
"mockjs": "^1.1.0",
"protobufjs": "^6.11.2"
},
"files": [
"/lib",
"/index.js",
"/index.d.ts",
"/test.js",
"/util.js"
]
}