14 lines | 417 Bytes
| 1 | { |
| 2 | "name": "@rulepack/typescript", |
| 3 | "version": "0.1.0", |
| 4 | "description": "Strict TypeScript baseline: no any, narrowing on unknown, exhaustive switches, no enums.", |
| 5 | "license": "MIT", |
| 6 | "visibility": "public", |
| 7 | "keywords": ["typescript", "strict", "types"], |
| 8 | "memories": { |
| 9 | "agents": "AGENTS.md", |
| 10 | "claude": "CLAUDE.md" |
| 11 | }, |
| 12 | "files": ["CLAUDE.md", "AGENTS.md", "README.md", "rulepack.json", "LICENSE"] |
| 13 | } |
| 14 | |