{
  "name": "madeline",
  "version": "0.0.9",
  "description": "An experimental library to extract information from Javascript/Typescript source files.",
  "keywords": [
    "typescript",
    "javascript",
    "extract",
    "extractor",
    "source",
    "source-code"
  ],
  "homepage": "https://github.com/HamedFathi/Madeline",
  "bugs": {
    "url": "https://github.com/HamedFathi/Madeline/issues"
  },
  "license": "MIT",
  "author": "Hamed Fathi <hamedfathi.contact@gmail.com>",
  "main": "dist/commonjs/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/HamedFathi/Madeline.git"
  },
  "typings": "dist/commonjs/index.d.ts",
  "scripts": {
    "build": "./node_modules/.bin/gulp build",
    "clean": "node del.js",
    "make-index": "node make-index.js",
    "test-watch": "mocha  -r  test/tshook.js --watch-extensions ts --watch -R min --timeout 10000 test/**/*.ts",
    "test": "mocha -r  test/tshook.js --timeout 10000 test/**/*.ts",
    "coverage": "nyc -r lcov -e .ts -x \"*.ts\" mocha  -r  test/tshook.js --timeout 10000 test/**/*.ts && nyc report",
    "eslint": "./node_modules/.bin/eslint --fix ./**/*.ts"
  },
  "nyc": {
    "extension": [
      ".ts",
      ".tsx"
    ],
    "exclude": [
      "**/*.d.ts",
      "**/*.js"
    ],
    "reporter": [
      "html"
    ],
    "all": true
  },
  "dependencies": {
    "directory-tree": "^2.2.4",
    "fast-safe-stringify": "^2.0.7",
    "lodash": "^4.17.15",
    "markdown-table": "^1.1.3",
    "nunjucks": "^3.2.0",
    "parse5": "^5.1.0",
    "parse5-htmlparser2-tree-adapter": "^5.1.0",
    "parse5-traverse": "^1.0.3",
    "traverse": "^0.6.6",
    "ts-morph": "^4.0.1",
    "prettier":"^1.18.2"
  },
  "devDependencies": {
    "@types/chai": "^4.2.3",
    "@types/fs-extra": "^8.0.0",
    "@types/gulp": "^4.0.6",
    "@types/lodash": "^4.14.138",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.7.5",
    "@types/nunjucks": "^3.1.2",
    "@types/parse5": "^5.0.2",
    "@types/parse5-htmlparser2-tree-adapter": "^5.0.1",
    "@types/prettier": "^1.18.2",
    "@types/traverse": "^0.6.32",
    "@typescript-eslint/eslint-plugin": "^2.3.0",
    "@typescript-eslint/parser": "^2.3.0",
    "chai": "^4.2.0",
    "del": "^5.1.0",
    "eslint": "^6.4.0",
    "eslint-config-prettier": "^6.3.0",
    "eslint-plugin-prettier": "^3.1.1",
    "fs-extra": "^8.1.0",
    "gulp": "^4.0.2",
    "gulp-clean": "^0.4.0",
    "gulp-typescript": "^5.0.1",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "source-map-support": "^0.5.13",
    "ts-node": "^8.4.1",
    "tslib": "^1.10.0",
    "typescript": "^3.6.3"
  }
}