@foblex/flow
Version:
Angular-native node-based UI library for building node editors, workflow builders, and interactive graph interfaces.
61 lines • 1.44 kB
JSON
{
"name": "@foblex/flow",
"version": "18.6.1",
"description": "Angular-native node-based UI library for building node editors, workflow builders, and interactive graph interfaces.",
"main": "index.js",
"types": "index.d.ts",
"author": "Siarhei Huzarevich",
"homepage": "https://flow.foblex.com",
"docs": "https://flow.foblex.com/docs/get-started",
"repository": {
"type": "git",
"url": "git+https://github.com/Foblex/f-flow.git"
},
"license": "MIT",
"private": false,
"keywords": [
"angular",
"flow",
"javascript",
"typescript",
"graph",
"flowchart",
"node-based-ui",
"node editor",
"workflow builder",
"diagram",
"diagram library",
"dataflow",
"workflow",
"graph ui",
"interactive graph",
"foblex"
],
"schematics": "./schematics/collection.json",
"ng-add": {
"save": "dependencies"
},
"peerDependencies": {
"@angular/common": ">=17.3.0",
"@angular/core": ">=17.3.0",
"@foblex/platform": "^1.0.4",
"@foblex/mediator": "^1.1.3",
"@foblex/2d": "^1.2.2",
"@foblex/utils": "^1.1.1"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/foblex-flow.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/foblex-flow.mjs"
}
}
}