-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 915 Bytes
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
{
"name": "clawscript",
"version": "1.1.7",
"description": "ClawScript DSL for OpenClaw — a domain-specific language for writing automated trading strategies with a visual flow builder, 80+ commands, AI integration, automation, and compilation to runnable JavaScript strategies.",
"main": "lib/clawscript-parser.cjs",
"scripts": {
"test": "node test/test-clawscript-parser.cjs",
"install-to-openclaw": "bash install.sh"
},
"keywords": [
"clawscript",
"openclaw",
"trading",
"dsl",
"strategy",
"bot",
"flow-builder",
"visual-programming",
"ig-trading",
"technical-analysis"
],
"author": "OpenClaw",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JoeSzeles/clawscript.git"
},
"files": [
"lib/",
"editor/",
"strategies/",
"templates/",
"docs/",
"examples/",
"install.sh"
]
}