@factiii/runner 0.0.1 → 0.2.0

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.
Files changed (3) hide show
  1. package/Dockerfile.claude +25 -3
  2. package/dist/cli.js +2633 -838
  3. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factiii/runner",
3
- "version": "0.0.1",
3
+ "version": "0.2.0",
4
4
  "description": "Factiii Runner, run Board AI agents on a machine you control. Pairs with the Factiii web/mobile clients over WebRTC.",
5
5
  "license": "ISC",
6
6
  "keywords": [
@@ -38,10 +38,12 @@
38
38
  "prepublishOnly": "node build.mjs && bash scripts/fetch-frpc.sh"
39
39
  },
40
40
  "dependencies": {
41
+ "dockerode": "^4.0.2",
41
42
  "node-datachannel": "^0.12.0"
42
43
  },
43
44
  "devDependencies": {
44
45
  "@shared/all": "workspace:*",
46
+ "@types/dockerode": "^3.3.31",
45
47
  "@types/node": "^20.0.0",
46
48
  "commander": "^12.1.0",
47
49
  "esbuild": "*",