{
  "name": "@lowwattlabs/frisk",
  "version": "3.2.0",
  "description": "\u26a1 Frisk \u2014 Catches leaked credentials and supply-chain threats in ClawHub skills before you install. 9 intel sources, 7 checks, zero phone-home.",
  "bin": {
    "frisk": "./bin/frisk.js",
    "frisk-api": "./bin/frisk-api.js"
  },
  "files": [
    "bin/",
    "cli/",
    "lib/",
    "api/",
    "requirements.txt"
  ],
  "scripts": {
    "start": "node api/src/server.js",
    "dev": "node --watch api/src/server.js",
    "postinstall": "node bin/setup-venv.js"
  },
  "dependencies": {
    "express": "^4.21.0",
    "rate-limiter-flexible": "^5.0.0",
    "uuid": "^11.1.1",
    "cors": "^2.8.5",
    "stripe": "^18.0.0"
  },
  "author": "Low Watt Labs",
  "license": "MIT-0",
  "repository": {
    "type": "git",
    "url": "https://github.com/lowwattlabs/frisk.git"
  },
  "keywords": [
    "api",
    "audit",
    "clawhub",
    "credential-leak",
    "secret-scan",
    "security",
    "skills",
    "supply-chain",
    "threat-intel",
    "verification",
    "wedge"
  ]
}