14 lines
315 B
JSON
14 lines
315 B
JSON
|
|
{
|
||
|
|
"name": "@evolv/flow-lint",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Lint Node-RED flows (examples/*.flow.json) against EVOLV flow-layout rules",
|
||
|
|
"bin": {
|
||
|
|
"evolv-flow-lint": "bin/flow-lint.js"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "node --test test/*.test.js"
|
||
|
|
},
|
||
|
|
"license": "UNLICENSED"
|
||
|
|
}
|