UNPKG

go-cqhttp

Version:
56 lines (55 loc) 1.19 kB
{ "name": "go-cqhttp", "version": "5.0.0", "description": "go-cqhttp", "engines": { "node": ">=12.0.0" }, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "install.js" ], "author": "Shigma <shigma10826@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/koishijs/node-gocqhttp.git" }, "bugs": { "url": "https://github.com/koishijs/node-gocqhttp/issues" }, "homepage": "https://github.com/koishijs/node-gocqhttp", "keywords": [ "qq", "coolq", "cqhttp", "oicq", "mirai", "go-cqhttp", "bot", "chatbot" ], "scripts": { "build": "tsc -b", "sync": "node -r esbuild-register build/sync", "postinstall": "node install" }, "dependencies": { "axios": "^1.3.5", "env-paths": "^2.2.1", "get-registry": "^1.1.0", "tar": "^6.1.13" }, "devDependencies": { "@octokit/openapi-types": "^13.13.1", "@types/adm-zip": "^0.5.0", "@types/node": "^18.15.11", "@types/tar": "^6.1.4", "adm-zip": "^0.5.10", "esbuild": "^0.15.18", "esbuild-register": "^3.4.2", "typescript": "^5.1.3" } }