-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 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
45
46
47
48
49
{
"name": "@ricequant2026/rqdata-cli",
"version": "1.0.2",
"description": "RQData CLI for AI agents and quantitative research",
"license": "MIT",
"bin": {
"rqdata": "bin/rqdata.js"
},
"files": [
"bin/",
"scripts/npm/",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"optionalDependencies": {
"@ricequant2026/rqdata-cli-linux-x64": "1.0.2",
"@ricequant2026/rqdata-cli-darwin-x64": "1.0.2",
"@ricequant2026/rqdata-cli-darwin-arm64": "1.0.2",
"@ricequant2026/rqdata-cli-win32-x64": "1.0.2"
},
"scripts": {
"build:npm": "node scripts/npm/build-packages.js",
"link:platform": "node scripts/npm/link-platform-package.js",
"pack:all": "node scripts/npm/pack-all.js",
"publish:all": "node scripts/npm/publish-all.js",
"publish:next": "NPM_TAG=next node scripts/npm/publish-all.js",
"publish:dry-run": "NPM_TAG=next NPM_DRY_RUN=1 node scripts/npm/publish-all.js",
"pack:dry-run": "npm pack --dry-run"
},
"keywords": [
"rqdata",
"cli",
"finance",
"quant",
"agent"
],
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/ricequant/rqdata-cli.git"
},
"homepage": "https://github.com/ricequant/rqdata-cli",
"bugs": {
"url": "https://github.com/ricequant/rqdata-cli/issues"
}
}