cytoscape-dagre
Version:
The Dagre layout for DAGs and trees for Cytoscape.js
76 lines (75 loc) • 1.97 kB
JSON
{
"name": "cytoscape-dagre",
"version": "4.0.0",
"description": "The Dagre layout for DAGs and trees for Cytoscape.js",
"main": "dist/cytoscape-dagre.js",
"module": "dist/cytoscape-dagre.mjs",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./dist/cytoscape-dagre.mjs",
"require": "./dist/cytoscape-dagre.js"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"src",
"test",
"index.d.ts"
],
"author": {
"name": "Max Franz",
"email": "maxkfranz@gmail.com"
},
"scripts": {
"postpublish": "run-s gh-pages",
"gh-pages": "gh-pages -d pages",
"copyright": "update license",
"lint": "eslint src --ext .mjs",
"build": "rollup -c",
"build:min": "rollup -c",
"build:release": "run-s build build:min copyright",
"watch": "rollup -c --watch",
"test": "run-s build test:mocha",
"test:mocha": "mocha \"test/**/*.test.mjs\""
},
"repository": {
"type": "git",
"url": "https://github.com/cytoscape/cytoscape.js-dagre.git"
},
"keywords": [
"cytoscape",
"cytoscape-extension"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cytoscape/cytoscape.js-dagre/issues"
},
"homepage": "https://github.com/cytoscape/cytoscape.js-dagre",
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@dagrejs/dagre": "^3.0.0",
"@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"camelcase": "^6.0.0",
"chai": "4.2.0",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.2",
"eslint": "^7.6.0",
"gh-pages": "^5.0.0",
"mocha": "8.1.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^4.60.4",
"update": "^0.7.4",
"updater-license": "^1.0.0"
},
"peerDependencies": {
"cytoscape": "^3.2.22"
}
}