-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 938 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "angular-agent-kit",
"version": "1.0.0",
"description": "AI Agent Skills for Angular best practices and performance optimization",
"main": "scripts/compile.js",
"scripts": {
"build": "node scripts/compile.js",
"validate": "node scripts/validate.js",
"dev": "npm run validate && npm run build"
},
"keywords": [
"angular",
"best-practices",
"ai-agent",
"skills",
"performance",
"optimization",
"copilot",
"claude",
"cursor"
],
"author": "sajeetharan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sajeetharan/angular-agent-kit.git"
},
"bugs": {
"url": "https://github.com/sajeetharan/angular-agent-kit/issues"
},
"homepage": "https://github.com/sajeetharan/angular-agent-kit#readme",
"dependencies": {
"glob": "^10.3.10",
"gray-matter": "^4.0.3"
},
"engines": {
"node": ">=18.0.0"
}
}