-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"name": "vpstack",
"version": "0.3.0-dev",
"description": "VP2026 voice-privacy toolkit for AI coding agents (Claude Code, Codex, Cursor). Domain-aware markdown skills + bash workflows. No MCP server.",
"keywords": [
"voice-anonymization",
"voice-privacy",
"vp2026",
"speech",
"speechbrain",
"claude-code",
"mcp",
"anthropic"
],
"homepage": "https://github.com/vpstack/vpstack",
"bugs": {
"url": "https://github.com/vpstack/vpstack/issues"
},
"license": "Apache-2.0",
"author": "vpstack contributors",
"repository": {
"type": "git",
"url": "https://github.com/vpstack/vpstack.git"
},
"bin": {
"vpstack": "bin/vpstack-install",
"vpstack-config": "bin/vpstack-config",
"vpstack-detect": "bin/vpstack-detect",
"vpstack-update-check": "bin/vpstack-update-check",
"vpstack-upgrade": "bin/vpstack-upgrade",
"vpstack-telemetry-log": "bin/vpstack-telemetry-log",
"vpstack-skill-init": "bin/vpstack-skill-init"
},
"files": [
"bin/",
"skills/",
"VERSION",
"LICENSE",
"THIRD_PARTY_LICENSES.md",
"README.md"
],
"engines": {
"node": ">=18"
}
}