{
  "name": "@fromsvenwithlove/claudeagents",
  "version": "3.3.0",
  "description": "AI Agent Team Formation Package - Intelligent agent team formation and deployment for software development projects",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "ai",
    "agents",
    "instructions"
  ],
  "scripts": {
    "start": "node index.js",
    "release": "npm publish --access public"
  },
  "bin": {
    "claude-agents": "./cli.js"
  },
  "files": [
    "agents/"
  ],
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^20.3.0",
    "eslint": "^8.42.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.27.0",
    "eslint-plugin-n": "^16.0.0",
    "eslint-plugin-promise": "^6.1.0",
    "jest": "^29.5.0",
    "typescript": "^5.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fromsvenwithlove/claudeagents.git"
  },
  "bugs": {
    "url": "https://github.com/fromsvenwithlove/claudeagents/issues"
  },
  "homepage": "https://github.com/fromsvenwithlove/claudeagents#readme",
  "author": "Claude Agents Team",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
