{
  "name": "inheritance-diagram",
  "version": "3.1.1",
  "description": "Build an inheritance diagram for a class",
  "main": "src/main.js",
  "directories": {
    "src": "src",
    "doc": "doc",
    "test": "test",
    "coverage": "coverage",
    "testOutput": "./test-output"
  },
  "scripts": {
    "pull-docker": "docker pull registry.gitlab.com/valerii-zinchenko/inheritance-diagram",
    "lint": "eslint ./src ./test",
    "pretest": "mkdir -p ./test-output",
    "test": "mocha --ui tdd",
    "test-regenerate-expectations": "REGENERATE_EXPECTATIONS=true mocha --ui tdd test/main.js",
    "pretest-ci": "npm run pretest",
    "test-ci": "mocha --ui tdd --reporter xunit --reporter-options output=test-report.xml",
    "test-local-docker": "docker run --rm -i -t -v $PWD:$PWD -w $PWD registry.gitlab.com/valerii-zinchenko/inheritance-diagram npm test",
    "coverage": "c8 --include=src --all --reporter=html --reporter=text npm test",
    "doc": "jsdoc --configure jsdoc.conf.json --package package.json",
    "doc-nightly": "jsdoc --configure jsdoc.conf.json --destination doc/nightly",
    "preversion": "docker run --rm -i -t -v $PWD:$PWD -w $PWD registry.gitlab.com/valerii-zinchenko/inheritance-diagram npm test && npm run lint",
    "prepublishOnly": "rm -rf doc coverage test-report.xml"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/valerii-zinchenko/inheritance-diagram.git"
  },
  "keywords": [
    "inheritance",
    "diagram",
    "class"
  ],
  "author": "Valerii Zinchenko",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/valerii-zinchenko/inheritance-diagram/-/issues"
  },
  "homepage": "https://gitlab.com/valerii-zinchenko/inheritance-diagram",
  "dependencies": {
    "class-wrapper": "^2.2.1",
    "puppeteer": "^5.2.0"
  },
  "devDependencies": {
    "c8": "^7.1.2",
    "chai": "^4.2.0",
    "eslint": "^7.0.0",
    "jsdoc": "^3.6.4",
    "jsdoc-inheritance-diagram": "^2.0.1",
    "mocha": "^7.1.2",
    "pixelmatch": "^5.2.1",
    "pngjs": "^5.0.0"
  }
}
