{
  "name": "@gogocj/react",
  "version": "1.0.8",
  "description": "> TODO: description",
  "author": "gogocji <1329110070@qq.com>",
  "homepage": "https://github.com/gogocji/jefferson/tree/main/packages/react#readme",
  "license": "MIT",
  "main": "dist/react.js",
  "module": "dist/react.esm.js",
  "types": "dist/react.d.ts",
  "files": [
    "dist"
  ],
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gogocji/jefferson.git"
  },
  "scripts": {
    "test": "node ./__tests__/react.test.js"
  },
  "bugs": {
    "url": "https://github.com/gogocji/jefferson/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "jefferson",
    "sdk",
    "react",
    "monitor"
  ],
  "dependencies": {
    "@gogocj/core": "^1.0.6",
    "@gogocj/shared": "^1.0.4",
    "@gogocj/utils": "^1.0.6"
  }
}
