{
  "name": "wujie-react",
  "version": "2.0.2",
  "description": "无界微前端React组件封装",
  "repository": {
    "type": "git",
    "url": "https://github.com/Tencent/wujie.git"
  },
  "main": "./lib/index.js",
  "module": "./esm/index.js",
  "files": [
    "esm",
    "lib",
    "index.d.ts"
  ],
  "scripts": {
    "lib": "webpack build --config webpack.config.js",
    "esm": "cross-env BABEL_ENV=esm babel index.js --out-dir ./esm --source-maps",
    "prepack": "bash build.sh",
    "start": "cross-env BABEL_ENV=esm babel index.js --out-dir ./esm --source-maps inline --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=16.0.0"
  },
  "config": {
    "unsafe-perm": true,
    "registry": "https://registry.npmjs.org/"
  },
  "author": "yiludege",
  "license": "MIT",
  "dependencies": {
    "prop-types": "^15.8.1",
    "wujie": "2.0.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.18.6",
    "@babel/core": "^7.16.0",
    "@babel/preset-env": "^7.16.0",
    "@babel/preset-react": "^7.16.7",
    "babel-loader": "^8.2.3",
    "cross-env": "^7.0.3",
    "eslint": "^8.2.0",
    "eslint-plugin-react": "^7.29.3",
    "webpack": "5.98.0",
    "webpack-cli": "^4.9.1"
  }
}
