-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 588 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 588 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
{
"name": "code-to-graph",
"version": "1.0.15",
"main": "index.js",
"repository": "https://github.com/crubier/code-to-graph.git",
"author": "Vincent Lecrubier <vincent.lecrubier@sterblue.com>",
"license": "MIT",
"scripts": {
"test": "jest",
"postpublish": "cd docs-source && yarn install && yarn docs"
},
"bin": {
"code-to-graph": "./cli.js"
},
"dependencies": {
"@babel/generator": "^7.2.2",
"@babel/parser": "^7.2.3",
"lodash": "^4.17.11",
"mermaid": "^8.0.0",
"opn": "^5.4.0"
},
"devDependencies": {
"jest": "^23.6.0"
}
}