-
Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 941 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 941 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
{
"name": "awesome-claude",
"version": "1.0.0",
"description": "A curated list of awesome Claude AI projects and resources",
"main": "README.md",
"scripts": {
"lint": "awesome-lint README.md",
"test": "npm run lint",
"check-links": "markdown-link-check README.md --config .github/workflows/markdown-link-check-config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alvinunreal/awesome-claude.git"
},
"keywords": [
"awesome",
"awesome-list",
"claude",
"anthropic",
"ai",
"artificial-intelligence",
"chatbot",
"llm",
"large-language-model"
],
"author": "Alvin Unreal",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/alvinunreal/awesome-claude/issues"
},
"homepage": "https://github.com/alvinunreal/awesome-claude#readme",
"devDependencies": {
"awesome-lint": "^0.18.0",
"markdown-link-check": "^3.12.2"
}
}