{
  "name": "detective-typescript",
  "version": "15.0.0",
  "author": "Patrik Henningsson <patrik.henningsson@gmail.com>",
  "description": "Get the dependencies of a TypeScript module",
  "type": "module",
  "exports": {
    ".": "./index.js"
  },
  "files": [
    "index.js"
  ],
  "scripts": {
    "lint": "xo",
    "fix": "xo --fix",
    "uvu": "uvu test",
    "test": "npm run lint && npm run uvu",
    "test:ci": "c8 npm run uvu"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dependents/detective-typescript.git"
  },
  "keywords": [
    "detective",
    "typescript",
    "dependencies",
    "module",
    "ast",
    "import"
  ],
  "engines": {
    "node": ">=20.19.0 || >=22.12.0"
  },
  "license": "MIT",
  "homepage": "https://github.com/dependents/detective-typescript",
  "peerDependencies": {
    "typescript": "^5.4.4 || ^6.0.2"
  },
  "dependencies": {
    "@typescript-eslint/typescript-estree": "^8.59.3",
    "ast-module-types": "^7.0.0",
    "node-source-walk": "^8.0.0"
  },
  "devDependencies": {
    "c8": "^11.0.0",
    "typescript": "^6.0.3",
    "uvu": "^0.5.6",
    "xo": "^2.0.2"
  }
}
