UNPKG

@graphty/layout

Version:

graph layout algorithms based on networkx

76 lines (75 loc) 1.92 kB
{ "name": "@graphty/layout", "version": "1.2.9", "description": "graph layout algorithms based on networkx", "author": "Adam Powers <apowers@ato.ms>", "main": "dist/layout.js", "type": "module", "exports": { ".": { "import": "./dist/layout.js", "types": "./dist/layout.d.ts" } }, "types": "dist/layout.d.ts", "files": [ "dist/", "src/", "README.md", "LICENSE" ], "directories": { "example": "examples" }, "scripts": { "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "prepare": "husky", "build": "tsc", "build:bundle": "node scripts/build-bundle.js", "build:all": "npm run build && npm run build:bundle", "build:gh-pages": "npm run build:bundle && node scripts/build-gh-pages.js", "watch": "tsc --watch", "dev": "tsc --watch", "commit": "cz", "serve": "npm run build:bundle && vite", "examples": "npm run build:bundle && vite" }, "repository": { "type": "git", "url": "git+https://github.com/graphty-org/layout.git" }, "keywords": [ "graph", "layout", "networkx", "network" ], "license": "MIT", "bugs": { "url": "https://github.com/graphty-org/layout/issues" }, "homepage": "https://github.com/graphty-org/layout#readme", "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "cz-conventional-changelog": "^3.3.0", "happy-dom": "^18.0.1", "husky": "^9.1.7", "semantic-release": "^24.2.7", "typescript": "^5.3.3", "vite": "^7.0.5", "vitest": "^3.2.4" } }