FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
framework/package.json at main · shareitcode/framework · GitHub
shareitcode
/
framework
Public
forked from
ai-driven-dev/framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
framework
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (41 loc) · 1.02 KB
Breadcrumbs
framework
/
package.json
Copy path
File metadata and controls
41 lines (41 loc) · 1.02 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
"
}
}
Back
|
FazBrowse Home
|
New Git URL