@factiii/runner 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "@factiii/runner",
3
+ "version": "0.0.1",
4
+ "description": "Factiii Runner, run Board AI agents on a machine you control. Pairs with the Factiii web/mobile clients over WebRTC.",
5
+ "license": "ISC",
6
+ "keywords": [
7
+ "factiii",
8
+ "runner",
9
+ "claude",
10
+ "ai",
11
+ "agent",
12
+ "webrtc",
13
+ "docker",
14
+ "cli"
15
+ ],
16
+ "engines": {
17
+ "node": ">=20"
18
+ },
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
22
+ "bin": {
23
+ "factiii-runner": "./dist/cli.js"
24
+ },
25
+ "files": [
26
+ "dist/cli.js",
27
+ "Dockerfile.claude",
28
+ "vendor/frpc-linux-amd64",
29
+ "vendor/frpc-linux-arm64",
30
+ "README.md"
31
+ ],
32
+ "scripts": {
33
+ "build": "node build.mjs",
34
+ "dev": "tsx src/cli.ts",
35
+ "start": "node dist/cli.js",
36
+ "fetch:frpc": "bash scripts/fetch-frpc.sh",
37
+ "pack": "node build.mjs && bash scripts/fetch-frpc.sh && pnpm pack",
38
+ "prepublishOnly": "node build.mjs && bash scripts/fetch-frpc.sh"
39
+ },
40
+ "dependencies": {
41
+ "node-datachannel": "^0.12.0"
42
+ },
43
+ "devDependencies": {
44
+ "@shared/all": "workspace:*",
45
+ "@types/node": "^20.0.0",
46
+ "commander": "^12.1.0",
47
+ "esbuild": "*",
48
+ "socket.io-client": "^4.8.1",
49
+ "tsx": "^4.0.0",
50
+ "typescript": "catalog:"
51
+ }
52
+ }
Binary file
Binary file