horizon-code 0.1.0 → 0.1.2

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 (1) hide show
  1. package/package.json +10 -3
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "horizon-code",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "AI-powered trading strategy terminal for Polymarket",
5
5
  "type": "module",
6
6
  "bin": {
7
- "horizon": "./bin/horizon.js"
7
+ "hzcode": "./bin/horizon.js"
8
8
  },
9
9
  "files": [
10
10
  "src",
@@ -15,7 +15,14 @@
15
15
  "start": "bun run src/index.ts",
16
16
  "dev": "bun run --watch src/index.ts"
17
17
  },
18
- "keywords": ["polymarket", "trading", "ai", "terminal", "strategy", "horizon"],
18
+ "keywords": [
19
+ "polymarket",
20
+ "trading",
21
+ "ai",
22
+ "terminal",
23
+ "strategy",
24
+ "horizon"
25
+ ],
19
26
  "author": "Oppenheimer Labs",
20
27
  "license": "UNLICENSED",
21
28
  "devDependencies": {