{
  "name": "@zippybee/wechatcore",
  "version": "3.1.26",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "bin",
    "wcf-sdk"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@zippybee/nng": "^1.1.20",
    "debug": "^4.3.7",
    "google-protobuf": "^3.21.4",
    "koffi": "^2.9.0",
    "mime": "3.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "@types/debug": "^4.1.12",
    "@types/mime": "3",
    "adm-zip": "^0.5.16",
    "axios": "^1.7.7",
    "grpc-tools": "^1.13.0",
    "protoc-gen-ts": "^0.8.7"
  },
  "bugs": {
    "url": "https://github.com/dr-forget/wcferry-node/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dr-forget/wcferry-node/tree/main/packages/core"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build-proto": "node ./bin/build-proto.js",
    "get-wcf": "node ./bin/get-release.js",
    "dev": "cross-env NODE_ENV=development rollup -c rollup.config.ts --configPlugin typescript  -w",
    "build": "cross-env NODE_ENV=production rollup -c rollup.config.ts --configPlugin typescript ",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}