14 lines | 444 Bytes
| 1 | { |
| 2 | "name": "@rulepack/python-fastapi", |
| 3 | "version": "0.1.3", |
| 4 | "description": "FastAPI conventions: pydantic v2, async-first endpoints, dependency injection, OpenAPI hygiene.", |
| 5 | "license": "MIT", |
| 6 | "visibility": "public", |
| 7 | "keywords": ["python", "fastapi", "pydantic", "async", "api"], |
| 8 | "memories": { |
| 9 | "agents": "AGENTS.md", |
| 10 | "claude": "CLAUDE.md" |
| 11 | }, |
| 12 | "files": ["CLAUDE.md", "AGENTS.md", "README.md", "rulepack.json", "LICENSE"] |
| 13 | } |
| 14 | |