-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1 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
{
"name": "voxa-code",
"version": "0.1.109",
"description": "Voxa: a hands-free voice line to Claude Code. Run `npx voxa-code` to start the server, open a tunnel, and print a QR to pair your phone.",
"bin": { "voxa": "bin/voxa.js" },
"scripts": {
"prepack": "node -e \"const fs=require('fs'),p=require('path');(function w(d){for(const e of fs.readdirSync(d,{withFileTypes:true})){if(!e.isDirectory())continue;const fp=p.join(d,e.name);if(e.name==='__pycache__')fs.rmSync(fp,{recursive:true,force:true});else w(fp)}})('server')\""
},
"files": [
"bin/",
"server/",
"static/",
"scripts/voxa",
"requirements.txt",
"README.md"
],
"engines": { "node": ">=16" },
"keywords": ["claude", "voice", "cli", "agent"],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/voxa-code/voxa.git"
},
"homepage": "https://voxa.space",
"bugs": {
"url": "https://github.com/voxa-code/voxa/issues"
},
"publishConfig": {
"access": "public"
}
}