{
  "name": "cypher-cli",
  "version": "0.1.1",
  "description": "Production-grade cybersecurity auditing CLI for developers",
  "bin": {
    "cypher": "./bin/cypher"
  },
  "scripts": {
    "postinstall": "node postinstall.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ayan-Flash/Cypher.git"
  },
  "keywords": [
    "security",
    "audit",
    "cli",
    "static-analysis",
    "devsecops"
  ],
  "author": "Sentinel Security Team",
  "license": "MIT",
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "dependencies": {
    "adm-zip": "^0.5.16",
    "tar": "^7.4.3"
  }
}
