{
  "name": "express-router-dependency-graph",
  "version": "3.0.3",
  "description": "Create dependency graph for express routing.",
  "keywords": [
    "node",
    "express",
    "dependency-graph",
    "visualize",
    "tool"
  ],
  "homepage": "https://github.com/azu/express-router-dependency-graph",
  "bugs": {
    "url": "https://github.com/azu/express-router-dependency-graph/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/azu/express-router-dependency-graph.git"
  },
  "license": "MIT",
  "author": "azu",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./module/index.d.ts",
        "default": "./module/index.js"
      },
      "default": "./module/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./module/index.js",
  "module": "module/index.js",
  "types": "./module/index.d.ts",
  "bin": {
    "express-router-dependency-graph": "bin/cmd.mjs"
  },
  "files": [
    "bin/",
    "module/",
    "src/"
  ],
  "scripts": {
    "build": "tsc --build",
    "clean": "tsc --build --clean",
    "main": "ts-node-transpile-only src/index.ts",
    "prepare": "git config --local core.hooksPath .githooks",
    "prepublishOnly": "npm run clean && npm run build",
    "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
    "test": "mocha",
    "updateSnapshot": "UPDATE_SNAPSHOT=1 npm test",
    "watch": "tsc --build --watch"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,css}": [
      "prettier --write"
    ]
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": false,
    "tabWidth": 4,
    "trailingComma": "none"
  },
  "dependencies": {
    "@babel/parser": "^7.21.4",
    "esquery": "^1.5.0",
    "globby": "^13.2.2",
    "markdown-table": "^3.0.3",
    "meow": "^11.0.0"
  },
  "devDependencies": {
    "@types/esquery": "^1.0.1",
    "@types/express": "^4.17.17",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.15.11",
    "express": "^4.18.2",
    "lint-staged": "^13.2.1",
    "mocha": "^10.2.0",
    "prettier": "^2.8.7",
    "rimraf": "^5.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "packageManager": "yarn@1.22.19"
}
