{
  "name": "just-comments",
  "version": "0.5.3",
  "description": "Lightweight JS/TS comment parser that points to the targeted code",
  "main": "build/src/index.js",
  "repository": "https://github.com/jtlapp/just-comments.git",
  "author": "Joe Lapp <arachnojoe@gmail.com>",
  "license": "MIT",
  "scripts": {
    "tests": "mocha --timeout 5000 -r ts-node/register tests/*.ts"
  },
  "bugs": {
    "url": "https://github.com/jtlapp/just-comments/issues"
  },
  "homepage": "https://github.com/jtlapp/just-comments#readme",
  "keywords": [
    "typescript",
    "javascript",
    "comment",
    "comments",
    "parser",
    "directives",
    "lightweight"
  ],
  "devDependencies": {
    "@types/chai": "^4.1.2",
    "@types/minimist": "^1.2.0",
    "@types/mocha": "^2.2.48",
    "@types/node": "^9.4.6",
    "chai": "^4.1.2",
    "minimist": "^1.2.0",
    "mocha": "^5.0.1",
    "ts-node": "^5.0.0",
    "typescript": "^2.7.2"
  },
  "dependencies": {}
}
