mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 03:36:45 +00:00
Add VF010-VF013, structural outcome contracts, adversarial fixtures, documentation, and Friday release materials.
38 lines
790 B
JSON
38 lines
790 B
JSON
{
|
|
"name": "vibeflow-n8n",
|
|
"version": "0.9.0",
|
|
"description": "Safety and contract checks for AI-generated n8n workflows",
|
|
"type": "module",
|
|
"bin": {
|
|
"vibeflow": "./bin/vibeflow.mjs"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"src",
|
|
"schemas",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"check": "node ./bin/vibeflow.mjs check ./examples/safe-support-agent.workflow.json",
|
|
"test": "node --test",
|
|
"verify": "npm test && npm run check && npm pack --dry-run"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/domfelipe/vibeflow-n8n.git"
|
|
},
|
|
"keywords": [
|
|
"n8n",
|
|
"workflow",
|
|
"security",
|
|
"lint",
|
|
"ai-agents",
|
|
"codex"
|
|
],
|
|
"author": "Felipe Domingues",
|
|
"license": "MIT"
|
|
}
|