{ "name": "atlas-lineage-module", "version": "1.0.0", "description": "The module will help to render the lineage graph with the help dagre-d3,d3 js lib", "main": "dist/index.js", "scripts": { "start": "NODE_ENV=development webpack --watch", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/apache/atlas.git" }, "keywords": [ "lineage", "dagre-d3", "d3" ], "author": "kevalbhatt", "license": "Apache-2.0", "bugs": { "url": "https://github.com/apache/atlas/issues" }, "homepage": "https://github.com/apache/atlas#readme", "dependencies": { "d3-tip": "^0.9.1", "dagre-d3": "^0.6.4", "platform": "^1.3.5" }, "devDependencies": { "@babel/core": "^7.9.6", "@babel/preset-env": "^7.9.6", "babel-loader": "^8.1.0", "babel-plugin-transform-class-properties": "^6.24.1", "css-loader": "^3.5.3", "mini-css-extract-plugin": "^0.9.0", "path": "^0.12.7", "sass": "^1.26.5", "sass-loader": "^8.0.2", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" } }