vibeflow-n8n/package.json
Felipe Domingues f62a78faaf
Add outcome-aware preflight contracts for v0.9 (#6)
Add VF010-VF013, structural outcome contracts, adversarial fixtures, documentation, and Friday release materials.
2026-07-22 13:58:46 -03:00

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"
}