UNPKG

relatives-tree

Version:

Calculates families and nodes positions for rendering a family tree

52 lines (51 loc) 1.23 kB
{ "name": "relatives-tree", "version": "3.2.2", "description": "Calculates families and nodes positions for rendering a family tree", "main": "lib/index.js", "module": "lib/index.js", "sideEffects": false, "scripts": { "benchmarks": "tsc --project ./benchmarks/tsconfig.json && node ./benchmarks/index.js", "start": "vite", "build": "tsc", "size": "size-limit", "test": "vitest run" }, "repository": { "type": "git", "url": "git+https://github.com/SanichKotikov/relatives-tree.git" }, "bugs": { "url": "https://github.com/SanichKotikov/relatives-tree/issues" }, "homepage": "https://github.com/SanichKotikov/relatives-tree", "author": "Sanich Kotikov <sancho@cdrpro.ru> (https://sanichkotikov.github.io)", "license": "MIT", "files": [ "lib", "src", "samples" ], "keywords": [ "family-tree", "family", "relatives", "node", "connection" ], "devDependencies": { "@size-limit/preset-small-lib": "11.2.0", "benchmark": "2.1.4", "prettier": "3.5.3", "size-limit": "11.2.0", "typescript": "5.8.2", "vite": "6.2.2", "vitest": "3.0.8" }, "size-limit": [ { "path": "lib/index.js" } ] }