{
  "name": "route-node",
  "version": "4.1.1",
  "description": "A package to create a tree of named routes",
  "main": "dist/index.js",
  "module": "dist/route-node.esm.js",
  "typings": "dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist",
    "LICENSE"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint src test",
    "prepare": "tsdx build",
    "clog": "conventional-changelog -p angular -i CHANGELOG.md -s"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/troch/route-node.git"
  },
  "keywords": [
    "route tree",
    "named route",
    "route matching"
  ],
  "author": "Thomas Roch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/troch/route-node/issues"
  },
  "homepage": "https://github.com/troch/route-node",
  "devDependencies": {
    "conventional-changelog-cli": "2.0.31",
    "@types/jest": "^24.0.25",
    "husky": "^3.1.0",
    "tsdx": "^0.12.1",
    "typescript": "^3.7.4"
  },
  "dependencies": {
    "path-parser": "6.1.0",
    "search-params": "3.0.0",
    "tslib": "^1.10.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint src test"
    }
  }
}
