{
  "name": "tsuml",
  "version": "0.0.1-alpha.8",
  "description": "UML diagrams for TypeScript",
  "main": "dist/lib/index.js",
  "bin": {
    "tsuml": "dist/bin/index.js"
  },
  "devDependencies": {
    "@types/glob": "5.0.35",
    "@types/lodash": "4.14.106",
    "@types/node": "9.6.0",
    "@types/opn": "5.1.0",
    "@types/request": "2.47.0",
    "@types/yargs": "11.0.0"
  },
  "dependencies": {
    "chalk": "2.3.2",
    "glob": "7.1.2",
    "lodash": "4.17.5",
    "opn": "5.3.0",
    "request": "2.85.0",
    "ts-simple-ast": "9.5.0",
    "typescript": "2.7.2",
    "yargs": "11.0.0"
  },
  "scripts": {
    "test": "tsc -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remojansen/TsUML.git"
  },
  "keywords": [
    "typescript",
    "uml",
    "diagram",
    "generator",
    "class"
  ],
  "author": "Remo H. Jansen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/remojansen/TsUML/issues"
  },
  "homepage": "https://github.com/remojansen/TsUML#readme"
}
