-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.32 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.32 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
50
51
52
53
54
55
{
"name": "apict",
"version": "0.0.22",
"description": "A CLI tool for web API evolution visualization",
"main": "index.js",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/souhailaS/WEB-API-EVOLUTION-VISUALIZATIONS-CLI.git"
},
"keywords": [
"Web",
"API",
"Visualization",
"Evolution",
"OpenAPI",
"Metrics"
],
"author": "Souhaila Serbout",
"license": "MIT ",
"bugs": {
"url": "https://github.com/souhailaS/WEB-API-EVOLUTION-VISUALIZATIONS-CLI/issues"
},
"homepage": "https://github.com/souhailaS/WEB-API-EVOLUTION-VISUALIZATIONS-CLI#readme",
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"ansi-colors": "^4.1.3",
"canvas": "^2.11.2",
"cli-chart": "^0.3.1",
"cli-progress": "^3.12.0",
"cli-select": "^1.1.2",
"columnify": "^1.6.0",
"commander": "^10.0.1",
"dayjs": "^1.11.8",
"echarts": "^5.5.0",
"ejs": "^3.1.9",
"jet-logger": "^1.3.1",
"mongodb": "^5.6.0",
"open": "^9.1.0",
"semver": "^7.5.2",
"simple-git": "^3.19.0",
"swagger-autogen": "^2.23.4"
},
"bin": {
"apict": "./bin/cli/cli.js"
},
"devDependencies": {
"chai": "^4.3.10",
"mocha": "^10.2.0"
}
}