14 lines | 439 Bytes
1{
2 "name": "@rulepack/test-first",
3 "version": "0.1.3",
4 "description": "Test-first conventions: test names are sentences, no mocks for code we own, real DB in integration tests.",
5 "license": "MIT",
6 "visibility": "public",
7 "keywords": ["testing", "tdd", "tests", "quality"],
8 "memories": {
9 "agents": "AGENTS.md",
10 "claude": "CLAUDE.md"
11 },
12 "files": ["CLAUDE.md", "AGENTS.md", "README.md", "rulepack.json", "LICENSE"]
13}
14