relaycontrol 0.3.2 → 0.6.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "relaycontrol",
3
- "version": "0.3.2",
3
+ "version": "0.6.5",
4
4
  "description": "Relay Control CLI — orchestrate AI agent teams to run a business",
5
5
  "type": "module",
6
6
  "bin": {
@@ -27,26 +27,19 @@
27
27
  "files": [
28
28
  "dist"
29
29
  ],
30
- "publishConfig": {
31
- "access": "public"
32
- },
33
- "scripts": {
34
- "dev": "tsx src/index.ts",
35
- "build": "node --input-type=module -e \"import esbuild from 'esbuild'; import config from './esbuild.config.mjs'; await esbuild.build(config);\" && chmod +x dist/index.js",
36
- "clean": "rm -rf dist",
37
- "typecheck": "tsc --noEmit"
30
+ "engines": {
31
+ "node": ">=20"
38
32
  },
39
33
  "dependencies": {
40
34
  "@clack/prompts": "^0.10.0",
41
- "drizzle-orm": "0.38.4",
42
- "dotenv": "^17.0.1",
35
+ "@paperclipai/server": "2026.411.0-canary.8",
43
36
  "commander": "^13.1.0",
37
+ "dotenv": "^17.0.1",
38
+ "drizzle-orm": "0.38.4",
44
39
  "embedded-postgres": "^18.1.0-beta.16",
45
- "picocolors": "^1.1.1"
46
- },
47
- "devDependencies": {
48
- "@types/node": "^22.12.0",
49
- "tsx": "^4.19.2",
50
- "typescript": "^5.7.3"
40
+ "picocolors": "^1.1.1",
41
+ "postgres": "^3.4.5",
42
+ "ws": "^8.19.0",
43
+ "zod": "^3.24.2"
51
44
  }
52
45
  }