{
  "name": "use-tree-state",
  "version": "1.1.1",
  "description": "A super-light and customizable React hook to manage tree state like never before",
  "main": "dist/use-tree-state.bundle.js",
  "files": [
    "dist/use-tree-state.bundle.js"
  ],
  "homepage": "https://github.com/shunjizhan/use-tree-state",
  "repository": {
    "type": "git",
    "url": "git@github.com:shunjizhan/use-tree-state.git"
  },
  "bugs": {
    "url": "https://github.com/shunjizhan/use-tree-state/issues"
  },
  "author": "Shunji Zhan <shunhahaha@live.com>",
  "license": "MIT",
  "private": false,
  "keywords": [
    "react",
    "react-hooks",
    "hook",
    "custom-hook",
    "react-state-management",
    "tree-state",
    "react-state",
    "react-state-hook",
    "state-management",
    "treeview",
    "recursion",
    "tree-structure",
    "npm-package",
    "npm-module",
    "folder-picker",
    "folder-viewer",
    "recursion-problem",
    "folder-structure",
    "folder-tooling",
    "folder-tree",
    "recursion-tree",
    "recursions",
    "recursion",
    "tree-structure",
    "treeview",
    "folder-viewer",
    "folder-structure",
    "folder-tooling",
    "treeview-control",
    "tree-node",
    "treeview-component",
    "recursion-tree"
  ],
  "scripts": {
    "watch": "yarn nodemon --watch src/ -C -e ts,js -x 'yarn build'",
    "prepublish": "yarn build",
    "prebuild": "rm -rf dist/",
    "build": "webpack --config webpack.config.js",
    "lint": "eslint src/ --ext .js,.jsx",
    "test": "jest --collect-coverage"
  },
  "devDependencies": {
    "@babel/plugin-proposal-optional-chaining": "^7.14.2",
    "@babel/preset-env": "^7.14.2",
    "@babel/preset-react": "^7.13.13",
    "@testing-library/react-hooks": "^7.0.0",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.2",
    "clean-terminal-webpack-plugin": "^3.0.0",
    "codecov": "^3.8.2",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "eslint": "^7.27.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-import": "^2.23.3",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "jest": "^27.0.1",
    "nodemon": "^2.0.7",
    "react": "^16.8.0 || ^17",
    "react-dom": "^16.8.0 || ^17",
    "webpack": "^5.37.1",
    "webpack-bundle-analyzer": "^4.4.2",
    "webpack-cli": "^4.7.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17",
    "react-dom": "^16.8.0 || ^17"
  }
}
