{
  "name": "cve-lite-cli",
  "version": "1.30.0",
  "description": "Developer-friendly CLI for scanning JS/TS projects for dependency vulnerabilities using local lockfiles and OSV",
  "type": "module",
  "bin": {
    "cve-lite": "./dist/index.js"
  },
  "scripts": {
    "prebuild": "node scripts/clean-dist.mjs",
    "build": "tsc -p tsconfig.json",
    "postbuild": "node scripts/check-dist.mjs",
    "dev": "tsx src/index.ts .",
    "start": "node dist/index.js .",
    "lint:tests": "node scripts/check-test-hygiene.mjs",
    "pretest": "node scripts/check-test-hygiene.mjs",
    "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --passWithNoTests",
    "build:fixture-db": "node scripts/build-fixture-db.mjs",
    "test:watch": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch --passWithNoTests"
  },
  "dependencies": {
    "better-sqlite3": "^12.8.0",
    "fflate": "^0.8.2",
    "yaml": "^2.7.1",
    "yarn-lockfile": "^1.1.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.0",
    "jest": "^30.4.2",
    "ts-jest": "^29.4.9",
    "tsx": "^4.22.0",
    "typescript": "^5.8.2"
  },
  "keywords": [
    "security",
    "cve",
    "vulnerability",
    "cli",
    "osv",
    "owasp",
    "npm",
    "pnpm",
    "yarn",
    "bun"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OWASP/cve-lite-cli.git"
  },
  "bugs": {
    "url": "https://github.com/OWASP/cve-lite-cli/issues"
  },
  "homepage": "https://github.com/OWASP/cve-lite-cli#readme",
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "assets/logo-with-title-removebg-preview.png",
    "assets/OWASP_Logo_Black_TM.png"
  ]
}
