UNPKG

@react-sigma/layout-random

Version:
48 lines (47 loc) 1.26 kB
{ "name": "@react-sigma/layout-random", "version": "5.0.6", "description": "React Sigma - Layout random", "author": "Benoit Simard", "license": "MIT", "homepage": "https://sim51.github.io/react-sigma", "bugs": "https://github.com/sim51/react-sigma/issues", "repository": { "type": "git", "url": "https://github.com/sim51/react-sigma.git" }, "keywords": [ "sigma", "react", "react-sigma", "graph", "graphology" ], "publishConfig": { "access": "public" }, "type": "module", "main": "./lib/react-sigma_layout-random.umd.min.js", "module": "./lib/react-sigma_layout-random.esm.min.js", "typings": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/react-sigma_layout-random.esm.min.js" } }, "scripts": { "clean": "rimraf lib tsconfig.tsbuildinfo .rollup.cache", "lint": "eslint", "compile": "tsc -b", "build": "npm run lint && npm run compile && rollup -c", "start": "nodemon --watch src -e ts,tsx --exec npm run build" }, "dependencies": { "@react-sigma/layout-core": "^5.0.6" }, "peerDependencies": { "graphology-layout": "^0.6.1" }, "gitHead": "2781f1ef78cfbd3ea4693ded5bf8d505db977d1d" }