22 lines | 580 Bytes
1{
2 "name": "@rulepack/angular",
3 "version": "0.1.0",
4 "description": "Modern Angular conventions: standalone components, signals, inject(), built-in control flow, and official style-guide naming.",
5 "license": "MIT",
6 "visibility": "public",
7 "keywords": ["angular", "typescript", "standalone", "signals", "frontend"],
8 "memories": {
9 "agents": "AGENTS.md",
10 "claude": "CLAUDE.md",
11 "cursor": ".cursor/rules/angular.mdc"
12 },
13 "files": [
14 "CLAUDE.md",
15 "AGENTS.md",
16 "README.md",
17 "rulepack.json",
18 ".cursor/rules/angular.mdc",
19 "LICENSE"
20 ]
21}
22