{
  "name": "@ayoub-root/react-dnd-tv",
  "description": "A draggable / droppable React-based treeview component.",
  "version": "1.1.5",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/minop1205/react-dnd-treeview.git"
  },
  "author": "ayoub",
  "homepage": "https://github.com/ayoub-root/react-dnd-treeview",
  "keywords": [
    "drag and drop",
    "dnd",
    "react",
    "treeview",
    "component",
    "headless component",
    "touch support"
  ],
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!**/__tests__"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "rdndmb-html5-to-touch": "^7.0.0-alpha.1",
    "react-dnd": "^13.1.1",
    "react-dnd-html5-backend": "^14.0.1",
    "react-dnd-multi-backend": "^7.0.0-alpha.4"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@types/hoist-non-react-statics": "^3.3.1",
    "@types/jest": "^27.0.1",
    "@types/react": "^17.0.18",
    "@types/react-beautiful-dnd": "^13.1.1",
    "@types/react-dnd-multi-backend": "^6.0.1",
    "@types/react-dom": "^17.0.9",
    "@typescript-eslint/eslint-plugin": "^4.29.2",
    "@typescript-eslint/parser": "^4.29.2",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-webpack": "^0.13.1",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.24.0",
    "jest": "^27.0.6",
    "npm-check-updates": "^11.8.3",
    "prettier": "^2.3.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup": "^2.56.2",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.31.1",
    "ts-jest": "^27.0.5",
    "tslib": "^2.3.1",
    "typescript": "^4.3.5"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "lint": "npx tsc -p . --noEmit && npx eslint --ext .tsx --ext .ts --fix src/",
    "prepublish": "rm -rf ./dist && npm run build",
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/ayoub-root/react-dnd-treeview/issues",
    "email": "ayoub.inf30@gmail.com"
  }
}
