-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.48 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.48 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@wednesday-solutions-eng/ai-agent-skills",
"version": "2.0.0",
"description": "AI agent skills for Wednesday Solutions — git discipline, PR triage, terminal dashboard, and greenfield planning.",
"keywords": [
"agent-skills",
"claude",
"gemini",
"antigravity",
"cursor",
"ai",
"coding-assistant",
"code-quality",
"design-system",
"wednesday-solutions",
"conventional-commits",
"pr-triage",
"greenfield-planning"
],
"author": "Wednesday Solutions <delivery@wednesday.is>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wednesday-solutions/ai-agent-skills.git"
},
"homepage": "https://github.com/wednesday-solutions/ai-agent-skills#readme",
"bugs": {
"url": "https://github.com/wednesday-solutions/ai-agent-skills/issues"
},
"bin": {
"wednesday-skills": "./bin/cli.js",
"ws-skills": "./bin/cli.js"
},
"files": [
"bin/",
"skills/",
"scripts/",
"src/",
"assets/",
".commitlintrc.json",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@octokit/rest": "^20.0.2",
"better-sqlite3": "^12.8.0",
"ink": "^4.4.1",
"react": "^18.2.0"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"dotenv": "^17.3.1"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "node --test test/accuracy.test.js"
}
}