{
  "name": "@web-sentinel/cli",
  "version": "1.0.0",
  "description": "Web Sentinel Security Scanner - CLI for developers",
  "main": "dist/index.js",
  "bin": {
    "web-sentinel": "dist/cli.js",
    "ws-scan": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/cli.js",
    "test": "jest",
    "prepublish": "npm run build"
  },
  "keywords": [
    "security",
    "vulnerability",
    "scanner",
    "sast",
    "web-security"
  ],
  "author": "Web Sentinel Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-sentinel/npm-client"
  },
  "dependencies": {
    "axios": "^1.5.0",
    "commander": "^11.0.0",
    "chalk": "^5.3.0",
    "ora": "^7.0.1",
    "glob": "^10.3.0"
  },
  "devDependencies": {
    "@types/node": "^20.5.0",
    "typescript": "^5.1.6",
    "jest": "^29.6.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ]
}