{
  "name": "tree-explorer",
  "version": "1.0.0",
  "description": "A way to 'navigate' through a tree structure. It's actually similar to a system of folder and files but in an abstracted way to make it usable for more usages.",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc"
  },
  "keywords": [
    "explorator",
    "navigation",
    "tree"
  ],
  "author": "bouletpr",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "rxjs": "^7.8.1"
  }
}
