{
  "name": "fr3k",
  "version": "10.28.14",
  "description": "Universal AI CLI configuration system with Unified Pantheon framework - Auto-configure Claude Code, Gemini CLI, OpenCode with FR3K + 72 Demon-Angel pairs, dual technology patterns, Numogram analysis",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "fr3k": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/cli.js",
    "test": "jest",
    "prepublishOnly": "npm run build",
    "security:audit": "npm audit --audit-level high",
    "security:check": "npm run security:audit && echo \"Security check completed\"",
    "security:fix": "npm audit fix",
    "lint": "eslint .",
    "format": "prettier --write ."
  },
  "keywords": [
    "ai",
    "cli",
    "claude",
    "gemini",
    "opencode",
    "copilot",
    "groq",
    "qwen",
    "mcp",
    "configuration",
    "development",
    "pantheon",
    "demons",
    "angels",
    "numogram",
    "ccru",
    "liberation",
    "acceleration",
    "oracle-astral-force"
  ],
  "author": "fr3k",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.18.2",
    "chalk": "^5.6.2",
    "commander": "^14.0.1",
    "fs-extra": "^11.3.2",
    "glob": "^11.0.3",
    "inquirer": "^12.9.6",
    "node-fetch": "^3.3.2",
    "ora": "^9.0.0",
    "semver": "^7.7.2",
    "yaml": "^2.8.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.7",
    "@types/jest": "^29.5.8",
    "@types/node": "^24.6.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.9.2"
  },
  "files": [
    "dist/",
    "templates/",
    "README.md"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fr3k/fr3k.git"
  },
  "bugs": {
    "url": "https://github.com/fr3k/fr3k/issues"
  },
  "homepage": "https://github.com/fr3k/fr3k#readme"
}
