{
  "name": "forst",
  "version": "2.0.2",
  "description": "Radix Trie-Based Configuration Platform",
  "main": "src/index.js",
  "scripts": {
    "test": "ava tests/**/**.spec.js",
    "docs": "./node_modules/.bin/documentation readme --section API ./src/*.js",
    "release": "standard-version; git push --follow-tags; npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-mech/forst.git"
  },
  "keywords": [
    "trie",
    "radix",
    "configuration",
    "tree"
  ],
  "author": "Michael Price <webmech@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/web-mech/forst/issues"
  },
  "homepage": "https://github.com/web-mech/forst#readme",
  "devDependencies": {
    "ava": "^0.20.0",
    "cz-conventional-changelog": "^2.0.0",
    "documentation": "^5.3.5"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "n-deep-merge": "0.0.2"
  },
  "engines": {
    "node": ">=8.0.0"
  }
}
