{
  "name": "@hilltopventuregroup/lost-keys",
  "version": "0.1.1",
  "description": "OSINT API key protection - prevent secret leaks",
  "main": "dist/cli/index.js",
  "bin": {
    "lost-keys": "./dist/cli/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "format": "prettier --write \"src/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\"",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "security",
    "secrets",
    "api-keys",
    "git-hooks",
    "osint",
    "secret-scanning",
    "credential-detection",
    "devops",
    "devsecops"
  ],
  "author": "Hilltop Venture Group",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/hilltopventuregroup/lost-keys.git"
  },
  "bugs": {
    "url": "https://github.com/hilltopventuregroup/lost-keys/issues"
  },
  "homepage": "https://github.com/hilltopventuregroup/lost-keys#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "js-yaml": "^4.1.0",
    "minimatch": "^10.1.1",
    "p-limit": "^3.1.0",
    "simple-git": "^3.21.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.10.0",
    "@types/p-limit": "^2.1.0",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "eslint": "^8.55.0",
    "jest": "^29.7.0",
    "prettier": "^3.1.1",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.0"
  }
}
