-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 843 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 843 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
{
"name": "make-dep-graph",
"version": "1.0.4",
"description": "Script that allows you to create a dependency graph",
"main": "src/index.js",
"bin": "./bin/make-dep-graph.js",
"scripts": {},
"keywords": [
"cli",
"make-dep-graph",
"dep-graph",
"dependency graph"
],
"repository": {
"type": "git",
"url": "https://github.com/harlamenko/make-dep-graph"
},
"author": "Harlamenko Artem",
"license": "MIT",
"dependencies": {
"arg": "^5.0.1",
"esm": "^3.2.25",
"webpack": "^5.65.0",
"webpack-dev-server": "^4.7.1",
"cytoscape-avsdf": "^1.0.0",
"cytoscape-dagre": "^2.3.2",
"cytoscape": "^3.20.0",
"rxjs": "^7.4.0",
"html-webpack-plugin": "^5.4.0",
"css-loader": "^6.4.0",
"style-loader": "^3.3.0"
},
"devDependencies": {
"prettier": "^2.4.1"
}
}