@neo4j-nvl/layout-workers
Version:
Layout workers for the Neo4j Visualization Library
43 lines • 1.05 kB
JSON
{
"name": "@neo4j-nvl/layout-workers",
"version": "0.3.9",
"license": "SEE LICENSE IN 'LICENSE.txt'",
"description": "Layout workers for the Neo4j Visualization Library",
"keywords": [
"neo4j",
"visualization",
"graph"
],
"bugs": {
"url": "https://community.neo4j.com/c/neo4j-graph-platform/neo4j-bloom"
},
"main": "lib/index.js",
"type": "module",
"files": [
"LICENSE.txt",
"lib"
],
"scripts": {
"build": "yarn global:tsc",
"watch": "yarn global:tsc -w",
"prepack": "cp ../../LICENSE.txt ./",
"postpack": "rm LICENSE.txt",
"eslint": "yarn global:eslint ./src/ --ext .js,.mjs"
},
"typedoc": {
"entryPoint": "./src/index.js",
"readmeFile": "./README.md",
"displayName": "Layout Workers",
"tsconfig": "./tsconfig.json"
},
"dependencies": {
"@neo4j-bloom/dagre": "^0.8.14",
"bin-pack": "^1.0.2",
"cytoscape": "^3.23.0",
"cytoscape-cose-bilkent": "^4.1.0",
"graphlib": "^2.1.8"
},
"devDependencies": {
"@types/node": "^18.11.11"
}
}