Current section
Files
Jump to
Current section
Files
package.json
{
"name": "live_flow",
"version": "0.2.3",
"description": "Interactive node-based flow diagrams for Phoenix LiveView",
"license": "MIT",
"type": "module",
"module": "./assets/js/live_flow/index.js",
"exports": {
".": "./assets/js/live_flow/index.js",
"./css/live_flow.css": "./assets/css/live_flow.css",
"./liveflow-theme": "./assets/js/live_flow/liveflow-theme.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rocket4ce/live_flow"
},
"files": [
"README.md",
"LICENSE.md",
"package.json",
"assets/js/**",
"assets/css/**"
]
}