-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.11 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
{
"name": "aiderjs",
"version": "1.0.0",
"description": "This is a codebolt agent.",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@codebolt/codeboltjs": "^1.1.59",
"chai": "^4.3.7",
"collections": "^5.1.13",
"cytoscape": "^3.30.1",
"d3": "^7.9.0",
"defaultdict": "^0.0.1",
"diff-match-patch": "^1.0.5",
"difflib": "^0.2.4",
"diskcache": "^0.0.17",
"esprima": "^4.0.1",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"graphlib": "^2.1.8",
"graphology": "^0.25.4",
"graphology-metrics": "^2.3.1",
"graphology-pagerank": "^1.1.0",
"language-detect": "^1.1.0",
"lodash": "^4.17.21",
"mathjs": "^13.0.3",
"mocha": "^10.2.0",
"named-tuple": "^0.1.1",
"networkjs": "^0.1.1",
"node-cache": "^5.1.2",
"pagerank": "^2.0.2",
"pagerank-js": "^0.3.0",
"path": "^0.12.7",
"pathspec": "^0.9.2",
"simple-git": "^3.25.0",
"sinon": "^18.0.0",
"string-similarity": "^4.0.4",
"structly": "^0.8.0",
"tmp": "^0.2.3"
}
}