{
  "name": "test-tard",
  "version": "0.0.86",
  "description": "",
  "main": "dist/tard.js",
  "module": "dist/tard.es.js",
  "source": "src/components/index.ts",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "files": [
    "dist",
    "lib",
    "types",
    "README.md"
  ],
  "typeRoots": [
    "node_modules/@types",
    "types"
  ],
  "types": "lib/components/index.d.ts",
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@tarojs/react": "^3.4.2",
    "@tarojs/taro": "^3.4.2",
    "typescript": "^4.5.5"
  },
  "peerDependencies": {
    "@tarojs/components": ">=3",
    "@tarojs/react": ">=3",
    "react": ">=16.13.0",
    "react-dom": ">=16.13.0"
  }
}
