{
  "name": "react-editable-json-tree",
  "version": "2.3.0",
  "description": "React Editable Json Tree",
  "source": "src/JsonTree.js",
  "main": "dist/JsonTree.cjs.js",
  "module": "dist/JsonTree.esm.js",
  "types": "dist/JsonTree.d.ts",
  "targets": {
    "types": false
  },
  "scripts": {
    "build": "parcel build",
    "prepublishOnly": "yarn run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "parcel watch",
    "yalcInit": "yalc publish && cd ./dev_app && yalc add react-editable-json-tree",
    "yalcPush": "yalc publish --push"
  },
  "keywords": [
    "React",
    "Editable",
    "Json",
    "Tree",
    "Customizable"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:oxyno-zeta/react-editable-json-tree.git"
  },
  "author": "Oxyno-zeta",
  "contributors": [
    "Phanabani"
  ],
  "license": "MIT",
  "browserslist": "> 0.5%, last 2 versions, not dead",
  "engines": {
    "node": ">= 8"
  },
  "dependencies": {
    "prop-types": "^15.6.0"
  },
  "peerDependencies": {
    "react": "^16 || ^17 || ^18",
    "react-dom": "^16 || ^17 || ^18"
  },
  "devDependencies": {
    "eslint": "^8.24.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.30.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "parcel": "^2.7.0",
    "yalc": "^1.0.0-pre.53"
  }
}
