{
  "name": "@relipa/ai-flow-kit",
  "version": "0.2.2",
  "description": "All-in-one AI Flow Kit for team development with Claude AI - skills, templates, and MCP adapters",
  "author": "Example Team",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "license": "ISC",
  "type": "commonjs",
  "main": "index.js",
  "bin": {
    "ak": "./bin/ak.js",
    "aiflow": "./bin/aiflow.js"
  },
  "files": [
    "README.md",
    "bin",
    "custom",
    "scripts",
    "upstream",
    "docs/common",
    "docs/project",
    "package.json",
    "index.js"
  ],
  "keywords": [
    "ai",
    "claude",
    "development",
    "workflow",
    "superpowers",
    "mcp",
    "team",
    "productivity"
  ],
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=6.0.0"
  },
  "scripts": {
    "aiflow": "node bin/aiflow.js",
    "test": "jest",
    "lint": "echo \"Add linting in future\" && exit 0",
    "docs": "echo \"Documentation available in ./docs\"",
    "publish:beta": "npm publish --tag beta",
    "publish:stable": "npm publish"
  },
  "dependencies": {
    "@inquirer/prompts": "^3.0.0",
    "chalk": "^4.1.2",
    "commander": "^11.0.0",
    "fs-extra": "^11.3.4",
    "semver": "^7.7.4"
  },
  "devDependencies": {
    "exceljs": "^4.4.0",
    "jest": "^30.4.2",
    "typescript": "^6.0.2",
    "xlsx": "^0.18.5"
  },
  "jest": {
    "testMatch": [
      "<rootDir>/tests/**/*.test.js"
    ]
  }
}