{
  "name": "@kgdata/annotation",
  "version": "1.0.4",
  "description": "annotation",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "keywords": [
    "kgdata",
    "annotation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/xxx"
  },
  "authors": [
    "xxname <xxx@xxx.com> (https://github.com/xxx)"
  ],
  "bugs": "http://github.com/xxx/xxx/issues",
  "homepage": "https://github.com/xxx/xxx",
  "scripts": {
    "build": "father-build"
  },
  "peerDependencies": {
    "react": "^16.12.0 || ^17.0",
    "react-dom": "^16.12.0 || ^17.0"
  },
  "license": "ISC",
  "dependencies": {
    "antd": "^4.16.13",
    "poplar-annotation": "^2.0.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "1b5c8aa7b1808a38ec63f7c626589739336c159d"
}
