{
  "name": "@blast-shield/parser",
  "version": "0.0.27",
  "description": "Parser utility for blast-shield",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/arnaud-zg/blast-shield.git",
    "directory": "packages/parser"
  },
  "main": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "default": "./dist/index.esm.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "cli",
    "typescript",
    "debt",
    "technical-debt",
    "code-quality"
  ],
  "author": "Arnaud Zheng",
  "license": "MIT",
  "dependencies": {
    "@types/glob": "^8.1.0",
    "glob": "^11.0.2",
    "ignore": "^7.0.4",
    "@blast-shield/logger": "^0.0.27"
  },
  "metadata": {
    "bundleSizeLimit": 10
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch"
  }
}