-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 893 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 893 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": "everything-copilot-cli",
"version": "1.0.0",
"description": "The definitive guide & configuration system for GitHub Copilot CLI — agents, skills, rules, orchestration, and more",
"keywords": [
"github-copilot",
"copilot-cli",
"ai-coding",
"agents",
"skills",
"orchestration",
"multi-ai",
"mcp",
"claude-code",
"codex"
],
"author": "Everything Copilot CLI Contributors",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/user/everything-copilot-cli"
},
"scripts": {
"test": "node --test tests/*.test.js",
"validate": "node scripts/validate-config.js",
"lint:md": "markdownlint '**/*.md' --ignore node_modules",
"setup": "node scripts/setup.js"
},
"devDependencies": {
"markdownlint-cli": "^0.47.0"
},
"engines": {
"node": ">=18"
}
}