-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
40
41
{
"name": "aidd-framework",
"version": "0.0.0",
"private": true,
"description": "Community-maintained marketplace of skills, agents, and rules for Claude Code, built around the AI-Driven Development methodology.",
"license": "MIT",
"homepage": "https://www.ai-driven-dev.fr/",
"repository": {
"type": "git",
"url": "https://github.com/ai-driven-dev/framework.git"
},
"bugs": {
"url": "https://github.com/ai-driven-dev/framework/issues"
},
"keywords": [
"claude-code",
"claude-code-plugin",
"claude-code-marketplace",
"ai-driven-development",
"claude-skills",
"claude-agents",
"llm-tooling",
"developer-tools",
"sdlc-automation",
"prompt-engineering"
],
"engines": {
"node": ">=22.12"
},
"scripts": {
"prepare": "lefthook install || true"
},
"devDependencies": {
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"ajv": "8.20.0",
"ajv-formats": "3.0.1",
"js-yaml": "5.0.0",
"lefthook": "^2.1.9"
}
}