-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 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
42
43
44
45
46
47
{
"name": "awesome-github-copilot",
"private": true,
"license": "MIT",
"author": "Ashley Childress",
"description": "My AI prompts, custom agents & instructions - curated by me (and ChatGPT). Updates often-ish (considering)!",
"keywords": [
"github",
"copilot",
"awesome",
"instructions",
"prompts",
"agents",
"chatmodes",
"workflows",
"github-actions",
"agentics",
"ai"
],
"homepage": "https://github.com/anchildress1/awesome-github-copilot#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/anchildress1/awesome-github-copilot.git"
},
"type": "module",
"scripts": {
"lint": "npx remark . -f -q",
"format": "npx remark . -o && node scripts/fix-github-alerts.js",
"commitlint": "npx commitlint --verbose --edit"
},
"volta": {
"node": "24.12.0"
},
"engines": {
"node": "24.x"
},
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"glob": "11.1.0",
"ignore": "7.0.5",
"lefthook": "1.12.2",
"remark-cli": "12.0.1",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.1"
}
}