{
  "name": "@bytedance/mona-client-mini",
  "version": "0.3.42",
  "description": "miniapp for mona",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production rollup -c",
    "start": "NODE_ENV=development rollup -c -w",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "miniapp",
    "mona"
  ],
  "author": "zhangxiaowei.chris@bytedance.com",
  "license": "MIT",
  "sideEffects": false,
  "dependencies": {
    "@bytedance/mona": "^0.3.42",
    "@bytedance/mona-shared": "^0.3.42",
    "react-reconciler": "^0.26.2",
    "scheduler": "^0.20.2"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^19.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.2",
    "@rollup/plugin-replace": "^3.0.0",
    "@types/react-is": "^17.0.3",
    "@types/react-reconciler": "^0.26.4",
    "react": "^17.0.2",
    "rollup": "2.53.2",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-typescript2": "0.36.0",
    "tslib": "^2.3.1",
    "typescript-json-schema": "^0.43.0",
    "typescript-transform-paths": "^2.2.4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "gitHead": "f50985e1b35ef44e53d9805d0fe880b4c6ea71f6"
}
