-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@spfunctions/cli",
"version": "1.4.4",
"description": "Prediction market intelligence CLI. Causal thesis model, 24/7 Kalshi/Polymarket scan, live orderbook, edge detection. Interactive agent mode with tool calling.",
"bin": {
"sf": "./dist/index.js"
},
"scripts": {
"build": "node ./node_modules/typescript/bin/tsc",
"dev": "tsx src/index.ts",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@mariozechner/pi-agent-core": "^0.57.1",
"@mariozechner/pi-ai": "^0.57.1",
"@mariozechner/pi-tui": "^0.57.1",
"commander": "^12.0.0",
"kalshi-typescript": "^3.9.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"files": [
"dist"
],
"keywords": [
"prediction-market",
"kalshi",
"polymarket",
"trading",
"cli",
"agent",
"orderbook",
"market-intelligence",
"edge-detection"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/spfunctions/simplefunctions-cli"
}
}