11 lines
356 B
JSON
11 lines
356 B
JSON
{
|
|
"name": "pi-prompt-workflows-tests",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Static tests for the .pi/agent/prompts c-* and p-* workflow chain.",
|
|
"scripts": {
|
|
"test": "node --test --experimental-strip-types test/chain-workflow.test.ts",
|
|
"test:file": "node --test --experimental-strip-types test/chain-workflow.test.ts"
|
|
}
|
|
}
|