@unblocks/xyflow-react
Version:
Utilities for working with @xyflow/react
60 lines (59 loc) • 1.41 kB
JSON
{
"name": "@unblocks/xyflow-react",
"version": "0.3.1",
"description": "Utilities for working with @xyflow/react",
"keywords": [
"unblocks",
"utils",
"utility"
],
"authors": [
"Krist Wongsuphasawat (http://kristw.yellowpigz.com)"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/kristw/unblocks.git"
},
"homepage": "https://github.com/kristw/unblocks/blob/main/packages/unblocks-xyflow-react/README.md",
"bugs": {
"url": "https://github.com/kristw/unblocks/issues"
},
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit",
"lint": "eslint src/",
"test": "jest --coverage"
},
"jest": {
"preset": "@unblocks/jest-presets/browser"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.4"
},
"peerDependencies": {
"@xyflow/react": "^12.5.5",
"react": "^18 || ^19"
},
"devDependencies": {
"@unblocks/eslint-config": "*",
"@unblocks/jest-presets": "*",
"@unblocks/types": "*",
"@unblocks/typescript-config": "*",
"@types/react": "^19.1.2",
"@xyflow/react": "^12.5.5",
"react": "^19.0.0"
},
"publishConfig": {
"access": "public"
}
}