{
  "name": "@gedit/tree",
  "version": "0.5.0",
  "license": "MIT",
  "main": "lib/browser/index",
  "typings": "lib/browser/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "resolutions": {
    "@types/react": "^19.2.0"
  },
  "dependencies": {
    "@gedit/application-common": "^0.4.0",
    "@gedit/layout": "^0.5.0",
    "@gedit/math": "^0.4.0",
    "@types/lodash.debounce": "4.0.3",
    "@types/react-virtualized": "^9.18.3",
    "fuzzy": "^0.1.3",
    "lodash.debounce": "^4.0.8",
    "react-virtualized": "^9.22.0"
  },
  "geditExtensions": [
    {
      "frontend": "lib/browser/tree-frontend-module"
    }
  ],
  "scripts": {
    "prepare": "yarn run clean && yarn run build",
    "clean": "ext clean",
    "build": "ext build",
    "watch": "ext watch",
    "test": "ext test"
  },
  "nyc": {
    "extends": "../../configs/nyc.json"
  },
  "gitHead": "370cdde9f61a8bd814991ce5b3c22ed667145d25"
}
