{
  "name": "madge",
  "version": "4.0.2",
  "author": "Patrik Henningsson <patrik.henningsson@gmail.com>",
  "repository": "git://github.com/pahen/madge",
  "homepage": "https://github.com/pahen/madge",
  "license": "MIT",
  "reveal": true,
  "description": "Create graphs from module dependencies.",
  "keywords": [
    "ES6",
    "ES7",
    "AMD",
    "RequireJS",
    "require",
    "module",
    "circular",
    "dependency",
    "dependencies",
    "graphviz",
    "graph"
  ],
  "engines": {
    "node": "^10.13 || ^12 || >=14"
  },
  "main": "./lib/api",
  "bin": {
    "madge": "./bin/cli.js"
  },
  "scripts": {
    "test": "npm run lint && npm run mocha",
    "mocha": "mocha test/*.js",
    "watch": "mocha --watch --growl test/*.js",
    "lint": "eslint bin/cli.js lib test/*.js",
    "debug": "node bin/cli.js --debug bin lib",
    "generate": "npm run generate:small && npm run generate:madge",
    "generate:small": "bin/cli.js --image /tmp/simple.svg test/cjs/circular/a.js",
    "generate:madge": "bin/cli.js --image /tmp/madge.svg bin lib",
    "test:output": "./test/output.sh"
  },
  "funding": {
    "type": "individual",
    "url": "https://www.paypal.me/pahen"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "commander": "^6.2.1",
    "commondir": "^1.0.1",
    "debug": "^4.0.1",
    "dependency-tree": "^8.0.0",
    "detective-amd": "^3.0.1",
    "detective-cjs": "^3.1.1",
    "detective-es6": "^2.1.0",
    "detective-less": "^1.0.2",
    "detective-postcss": "^4.0.0",
    "detective-sass": "^3.0.1",
    "detective-scss": "^2.0.1",
    "detective-stylus": "^1.0.0",
    "detective-typescript": "^7.0.0",
    "graphviz": "0.0.9",
    "ora": "^5.1.0",
    "pluralize": "^8.0.0",
    "precinct": "^7.0.0",
    "pretty-ms": "^7.0.0",
    "rc": "^1.2.7",
    "typescript": "^3.9.5",
    "walkdir": "^0.4.1"
  },
  "devDependencies": {
    "@aptoma/eslint-config": "^7.0.1",
    "eslint": "^6.8.0",
    "mocha": "^8.0.1",
    "mz": "^2.7.0",
    "should": "^13.2.3"
  }
}
