{
  "name": "depgraph",
  "version": "0.5.9",
  "license": "GPL V3+",
  "type": "module",
  "main": "./src/depgraph.js",
  "readmeFilename": "README.md",
  "description": "generate a dependency graph or tree of nodes from a given moduleid",
  "exports": {
    "import": "./src/depgraph.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iambumblehead/depgraph.git"
  },
  "files": [
    "src"
  ],
  "scripts": {
    "start": "node spec/files/testrun.js",
    "lint": "eslint .",
    "test": "npm start && node --test",
    "prepublishOnly": "npm start && npm test"
  },
  "keywords": [
    "dependency",
    "dependencies",
    "dependency tree",
    "dependency graph",
    "graph",
    "concatenate",
    "bundle"
  ],
  "dependencies": {
    "detective-typescript": "11.1.0",
    "detective-es6": "^4.0.1",
    "fnguard": "~0.6.5",
    "detective": "^5.2.1",
    "resolveuid": "^0.0.3",
    "resolvewithplus": "^2.1.3",
    "moduletype": "^0.0.8",
    "immutable": "^5.0.0-beta.4"
  },
  "devDependencies": {
    "eslint": "^8.51.0",
    "eslint-plugin-markdown": "^3.0.1",
    "archy": "1.0.x"
  }
}
