{
  "name": "verglos",
  "version": "0.1.0",
  "description": "Security scanner for every app you ship",
  "type": "module",
  "bin": {
    "verglos": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "scripts"
  ],
  "dependencies": {
    "chalk": "^5.4.1",
    "chokidar": "^4.0.3",
    "commander": "^14.0.0",
    "open": "^10.1.2",
    "ora": "^8.2.0",
    "@verglos/reporter": "0.1.0",
    "@verglos/scanner": "0.1.0",
    "@verglos/shared": "0.1.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.29",
    "typescript": "^5.8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "security",
    "scanner",
    "cli",
    "secrets",
    "vulnerability"
  ],
  "license": "MIT",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "postinstall": "node scripts/postinstall.js"
  }
}