-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 860 Bytes
/
package.json
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
{
"name": "graph-autolayout",
"version": "1.0.6",
"description": "lightweight and reduced version of dagrejs",
"main": "dist/graph-autolayout.js",
"sideEffects": false,
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"author": "CodingKiwi",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"webpack": "^5.69.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {},
"directories": {
"lib": "lib",
"dist": "dist"
},
"repository": {
"type": "git",
"url": "https://git.codingkiwi.de/codingkiwi/graph-autolayout.git"
},
"keywords": [
"graph",
"autolayout"
]
}