{
  "name": "periderm-cli",
  "version": "0.1.47",
  "description": "Periderm CLI: The Local-First Security & Performance Code Scanner",
  "type": "module",
  "preferGlobal": true,
  "bin": {
    "periderm": "./dist/bin.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "cli",
    "code-quality",
    "pre-launch",
    "security",
    "scanning",
    "javascript",
    "typescript",
    "jsx",
    "tsx",
    "react",
    "launch-checklist",
    "static-analysis",
    "flutter",
    "react-native",
    "expo",
    "swift",
    "dart",
    "mobile",
    "Japheth",
    "periderm",
    "launch"
  ],
  "homepage": "https://periderm-cli.vercel.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Prince-Japheth/LaunchGuard.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/Prince-Japheth/LaunchGuard/issues"
  },
  "author": "Periderm",
  "license": "MIT",
  "scripts": {
    "build": "tsc -p tsconfig.json && chmod +x dist/bin.js",
    "postinstall": "node dist/bin.js register || true",
    "postpublish": "cd ../../ && tsx --env-file=.env scripts/broadcast-update.ts",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js"
  },
  "dependencies": {
    "@babel/parser": "^7.25.0",
    "@babel/traverse": "^7.25.0",
    "@babel/types": "^7.25.0",
    "chalk": "^5.3.0",
    "chrome-launcher": "^1.2.1",
    "commander": "^12.1.0",
    "fast-glob": "^3.3.2",
    "lighthouse": "^13.4.0",
    "open": "^10.1.0",
    "ora": "^9.4.1"
  },
  "devDependencies": {
    "@types/babel__traverse": "^7.20.6",
    "@types/node": "^22.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0"
  },
  "engines": {
    "node": ">=18"
  }
}
