{
  "name": "secure-scan",
  "version": "1.2.5",
  "description": "Herramienta SAST (Análisis Estático de Seguridad) para detectar vulnerabilidades y código malicioso.",
  "main": "dist/index.js",
  "bin": {
    "secure": "./dist/cli/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Luis000923/secure-scan.git"
  },
  "homepage": "https://github.com/Luis000923/secure-scan#readme",
  "bugs": {
    "url": "https://github.com/Luis000923/secure-scan/issues"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/cli/index.js",
    "dev": "ts-node src/cli/index.ts",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts",
    "clean": "rimraf dist",
    "prepare": "npm run build"
  },
  "keywords": [
    "security",
    "sast",
    "static-analysis",
    "vulnerability-scanner",
    "malware-detection",
    "code-analysis",
    "owasp",
    "cwe",
    "profesional"
  ],
  "author": "Luis000923",
  "license": "MIT",
  "dependencies": {
    "@anthropic-ai/sdk": "^0.71.2",
    "@babel/parser": "^7.23.0",
    "@babel/traverse": "^7.23.0",
    "@babel/types": "^7.23.0",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "glob": "^10.3.10",
    "handlebars": "^4.7.8",
    "js-yaml": "^4.1.0",
    "openai": "^4.20.0",
    "ora": "^5.4.1",
    "strip-comments": "^2.0.1",
    "winston": "^3.11.0"
  },
  "devDependencies": {
    "@types/glob": "^8.1.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^6.13.0",
    "@typescript-eslint/parser": "^6.13.0",
    "eslint": "^8.54.0",
    "jest": "^29.7.0",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.3.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
