14 lines
410 B
JSON
14 lines
410 B
JSON
|
|
{
|
||
|
|
"name": "@evolv/output-manifest-verify",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Verify each node ships test/_output-manifest.md and that declared keys appear in test files (per .claude/rules/output-coverage.md)",
|
||
|
|
"bin": {
|
||
|
|
"evolv-output-manifest-verify": "bin/output-manifest-verify.js"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "node --test test/*.test.js"
|
||
|
|
},
|
||
|
|
"license": "UNLICENSED"
|
||
|
|
}
|