1 Star 8 Fork 4

Andnnl/icqq

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
github-actions[bot] 提交于 2023-04-24 15:57 . chore(main): release 0.3.1
{
"name": "icqq",
"version": "0.3.1",
"upday": "2023/4/24",
"description": "QQ protocol!",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"docs": "typedoc lib/index.ts",
"dev": "ts-node ./lib/test.ts",
"pub": "npm publish --access public",
"clean": "rm -rf ./lib/*.js && rm -rf ./lib/**/*.js && rm -rf ./lib/*.d.ts && rm -rf ./lib/**/*.d.ts"
},
"engines": {
"node": ">= v14"
},
"repository": "https://github.com/icqqjs/icqq",
"keywords": [
"qq",
"icqq",
"protocol",
"android",
"bot",
"coolq"
],
"author": "icqqjs",
"license": "MPL-2.0",
"bugs": "https://github.com/icqqjs/icqq/issues",
"homepage": "https://github.com/icqqjs/icqq#readme",
"changelogs": "https://github.com/icqqjs/icqq/releases",
"dependencies": {
"axios": "^1.1.2",
"lodash": "^4.17.21",
"log4js": "^6.3.0",
"long": "^4.0.0",
"pngjs": "^6.0.0",
"probe-image-size": "^7.2.2",
"triptrap": "^0.0.16"
},
"devDependencies": {
"@types/lodash": "^4.14.186",
"@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"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/andnnl/icqq.git
git@gitee.com:andnnl/icqq.git
andnnl
icqq
icqq
main

搜索帮助