{
  "name": "stdepmain",
  "version": "2.1.0",
  "description": "A set of tools to generate a dependencies graph of an Angular application",
  "scripts": {
    "postinstall": "sh ./tools/install-all.sh",
    "test": "sh ./tools/test-all.sh",
    "build": "sh ./tools/build-all.sh",
    "link": "sh ./tools/link-all.sh"
  },
  "homepage": "https://github.com/compodoc/ngd",
  "bugs": "https://github.com/compodoc/ngd/issues",
  "author": "Wassim CHEGHAM",
  "engines": {
    "node": ">= 6.11.2"
  },
  "contributors": [
    "vogloblinsky"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/compodoc/ngd.git"
  },
  "private": false,
  "license": "MIT",
  "dependencies": {
    "require": "^2.4.20",
    "stdepcompiler": "^2.1.0",
    "typescript": "^4.0.3"
  }
}
