{ "name": "aidd-framework", "version": "0.0.0", "private": true, "description": "Community-maintained marketplace of skills, agents, and rules for Claude Code, built around the AI-Driven Development methodology.", "license": "MIT", "homepage": "https://www.ai-driven-dev.fr/", "repository": { "type": "git", "url": "https://github.com/ai-driven-dev/framework.git" }, "bugs": { "url": "https://github.com/ai-driven-dev/framework/issues" }, "keywords": [ "claude-code", "claude-code-plugin", "claude-code-marketplace", "ai-driven-development", "claude-skills", "claude-agents", "llm-tooling", "developer-tools", "sdlc-automation", "prompt-engineering" ], "engines": { "node": ">=22.12" }, "scripts": { "prepare": "lefthook install || true" }, "devDependencies": { "@commitlint/cli": "^21.0.2", "@commitlint/config-conventional": "^21.0.2", "ajv": "8.20.0", "ajv-formats": "3.0.1", "js-yaml": "5.0.0", "lefthook": "^2.1.9" } }