Skip to content

Commit 57dd419

Browse files
committed
project still WIP
1 parent c134cca commit 57dd419

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

package-lock.json

Lines changed: 15 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"description": "Create a call graph of your TypeScript files",
55
"keywords": [
66
"TypeScript",
7-
"call graph"
7+
"call graph",
8+
"callgraph"
89
],
910
"author": "Boris Yakubchik",
1011
"homepage": "https://yboris.dev",
1112
"license": "MIT",
1213
"repository": {
1314
"type": "git",
14-
"url": "https://github.com/whyboris/TypeScript-Call-Graph"
15+
"url": "https://github.com/whyboris/TypeScript-Call-Graph.git"
1516
},
1617
"main": "bin/index.js",
1718
"bin": {
@@ -27,9 +28,9 @@
2728
"d3-graphviz": "3.1.0",
2829
"express": "4.17.1",
2930
"graphviz": "0.0.9",
30-
"inquirer": "7.1.0",
31-
"kleur": "3.0.3",
32-
"mermaid": "^8.5.2",
31+
"inquirer": "7.2.0",
32+
"kleur": "4.0.2",
33+
"mermaid": "8.5.2",
3334
"open": "7.0.4",
3435
"typescript": "3.9.5"
3536
},

0 commit comments

Comments
 (0)