-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.12 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
{
"name": "socq-devtools",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SocQAPI/socq-devtools.git"
},
"type": "module",
"packageManager": "pnpm@10.13.1",
"scripts": {
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck",
"test": "vitest run packages && node scripts/check-skill-coverage.mjs",
"skill:check": "node scripts/check-skill-coverage.mjs",
"release:check": "node scripts/check-release.mjs",
"release:stable": "node scripts/release-stable.mjs",
"sync:catalog": "tsx scripts/sync-catalog.ts",
"generate:skills": "tsx scripts/generate-skill-references.ts"
},
"devDependencies": {
"@types/node": "^24.0.0",
"tsx": "^4.20.0",
"typescript": "^5.8.0",
"vitest": "^3.2.0"
},
"description": "Official SocQ CLI, stdio MCP bridge, and Agent Skill. Endpoint schemas are discovered from the hosted SocQ Capability Registry rather than maintained in this repository.",
"bugs": {
"url": "https://github.com/SocQAPI/socq-devtools/issues"
},
"homepage": "https://github.com/SocQAPI/socq-devtools#readme"
}