-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.17 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
{
"name": "fare-skill-pack",
"version": "2.0.0",
"description": "Antigravity / Claude Code skill pack for FARE — 6 agents (BA · PM · QA · Dev · technical-writer · spec-reviewer), 23 skills, 18 workflows operating FARE via MCP.",
"type": "module",
"bin": {
"fare-skill-pack": "bin/fare-skill.mjs",
"fare-skill": "bin/fare-skill.mjs"
},
"files": [
"bin",
"template",
"README.md",
"LICENSE"
],
"scripts": {
"prepare": "node bin/prepack.mjs",
"check:tools": "node bin/check-tools.mjs",
"sync:claude": "node bin/check-tools.mjs && node bin/sync-claude.mjs",
"dev": "node bin/sync-claude.mjs --watch",
"test:pack": "npm pack --dry-run"
},
"engines": {
"node": ">=18"
},
"license": "MIT",
"author": "FARE team",
"keywords": [
"fare",
"antigravity",
"claude-code",
"mcp",
"skill-pack",
"ba",
"pm",
"qa",
"dev",
"agent"
],
"homepage": "https://github.com/bacng95/fare-skill-pack#readme",
"bugs": {
"url": "https://github.com/bacng95/fare-skill-pack/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bacng95/fare-skill-pack.git"
}
}