vibeflow-n8n/package-lock.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

19 lines
325 B
JSON

{
"name": "vibeflow-n8n",
"version": "0.9.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vibeflow-n8n",
"version": "0.9.0",
"license": "MIT",
"bin": {
"vibeflow": "bin/vibeflow.mjs"
},
"engines": {
"node": ">=20"
}
}
}
}