{
  "name": "@yelo/forte",
  "version": "0.9.0",
  "description": "",
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "files": [
    "lib",
    "types"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [],
  "author": "yelo <zhihuzeye@gmail.com>",
  "license": "MIT",
  "scripts": {
    "clean": "rimraf ./lib ./types",
    "start:lib": "bili -w",
    "build:lib": "bili",
    "start:types": "tsc --build ./tsconfig.types.json -w",
    "build:types": "tsc --build ./tsconfig.types.json",
    "start": "run-p \"start:*\"",
    "build": "run-s clean \"build:*\"",
    "prepublishOnly": "run-s build test",
    "test": "ava -v",
    "coverage": "nyc ava"
  },
  "ava": {
    "extensions": [
      "ts",
      "tsx"
    ],
    "require": [
      "ts-node/register",
      "./test/helpers/setup-test-env.ts"
    ],
    "files": [
      "test/**/*",
      "!test/helpers/**/*"
    ],
    "timeout": "1m"
  },
  "devDependencies": {
    "@types/enzyme": "^3.10.8",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/sinon": "^9.0.9",
    "@types/warning": "^3.0.0",
    "ava": "^3.15.0",
    "bili": "^4.10.0",
    "delay": "^4.4.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.5",
    "jsdom": "^16.4.0",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.35.1",
    "rollup-plugin-typescript2": "^0.27.0",
    "sinon": "^9.2.2",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0"
  },
  "dependencies": {
    "debounce": "^1.2.0",
    "emittery": "^0.8.1",
    "eventemitter3": "^4.0.7",
    "object-path": "^0.11.5",
    "shallow-equal": "^1.2.1",
    "ts-essentials": "^7.0.1",
    "warning": "^4.0.3"
  },
  "gitHead": "0febb937b61df37bb9ddd43f6dca791c9e1eab9e"
}
