-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.08 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
{
"name": "rag-cli",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"bin": {
"rag-cli": "./bin/index.js"
},
"engines": {
"node": ">=22"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sync-schema": "node scripts/sync-schema.js",
"check-schema-sync": "node scripts/sync-schema.js --check"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/finmo-tech/rag-cli.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/finmo-tech/rag-cli/issues"
},
"homepage": "https://bitbucket.org/finmo-tech/rag-cli#readme",
"description": "",
"dependencies": {
"@babel/parser": "^7.29.2",
"@typescript-eslint/typescript-estree": "^8.59.0",
"ajv": "^8.20.0",
"ajv-formats": "^3.0.1",
"arangojs": "^10.3.0",
"axios": "^1.15.2",
"chalk": "^5.6.2",
"commander": "^14.0.3",
"dotenv": "^16.4.5",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.4",
"ignore": "^7.0.5",
"js-yaml": "^4.1.1",
"ora": "^9.4.0"
}
}