humanlypossible 0.2.2 → 0.2.4

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,14 +1,14 @@
1
1
  {
2
2
  "name": "humanlypossible",
3
- "version": "0.2.2",
4
- "description": "CLI for HumanlyPossible - connect AI agents to humans in the real world",
3
+ "version": "0.2.4",
4
+ "description": "CLI for HumanlyPossible connect AI agents to humans in the real world",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "humanlypossible": "./dist/cli.js",
8
8
  "humanlypossible-mcp": "./dist/mcp.js"
9
9
  },
10
10
  "scripts": {
11
- "build": "bun build src/cli.tsx --outdir dist --target bun && bun build src/mcp.ts --outdir dist --target bun",
11
+ "build": "bun build src/cli.tsx --outdir dist --target node && bun build src/mcp.ts --outdir dist --target node",
12
12
  "dev": "bun --watch run src/cli.tsx"
13
13
  },
14
14
  "dependencies": {
@@ -25,7 +25,7 @@
25
25
  "typescript": "^5.7.0"
26
26
  },
27
27
  "engines": {
28
- "node": ">=20"
28
+ "node": ">=22"
29
29
  },
30
30
  "files": [
31
31
  "dist",
@@ -37,5 +37,10 @@
37
37
  "agents",
38
38
  "mcp",
39
39
  "cli"
40
- ]
40
+ ],
41
+ "repository": {
42
+ "type": "git",
43
+ "url": "https://github.com/simon-marcus/humanlypossible.git",
44
+ "directory": "packages/cli"
45
+ }
41
46
  }
package/dist/cli.d.ts DELETED
@@ -1 +0,0 @@
1
- #!/usr/bin/env node