{
  "name": "detective-typescript",
  "version": "7.0.0",
  "author": "Patrik Henningsson <patrik.henningsson@gmail.com>",
  "description": "Get the dependencies of a TypeScript module",
  "main": "index.js",
  "scripts": {
    "test": "eslint index.js test/test.js && mocha test/test.js",
    "watch": "mocha -w test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pahen/detective-typescript.git"
  },
  "keywords": [
    "detective",
    "typescript",
    "dependencies",
    "module",
    "ast",
    "import"
  ],
  "engines": {
    "node": "^10.13 || >=12.0.0"
  },
  "license": "MIT",
  "homepage": "https://github.com/pahen/detective-typescript",
  "dependencies": {
    "@typescript-eslint/typescript-estree": "^4.8.2",
    "ast-module-types": "^2.7.1",
    "node-source-walk": "^4.2.0",
    "typescript": "^3.9.7"
  },
  "devDependencies": {
    "eslint": "^7.14.0",
    "mocha": "^8.2.1"
  }
}
