{
  "name": "@commercial/topo",
  "description": "Topological sorting with grouping support",
  "version": "5.0.0",
  "repository": "git://github.com/hapijs/topo",
  "engines": {
    "node": ">=12.0.0"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "keywords": [
    "topological",
    "sort",
    "toposort",
    "topsort"
  ],
  "dependencies": {
    "@commercial/hoek": "^9.0.0"
  },
  "devDependencies": {
    "@hapi/code": "8.x.x",
    "@hapi/lab": "22.x.x"
  },
  "scripts": {
    "test": "lab -a @hapi/code -t 100 -L -Y",
    "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  },
  "license": "SEE LICENSE IN LICENSE.md"
}
