| { | |
| "name": "distill-pipeline", | |
| "version": "1.1.0", | |
| "type": "module", | |
| "license": "Apache-2.0", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/elspru/distill-pipeline.git" | |
| }, | |
| "bugs": { | |
| "url": "https://github.com/elspru/distill-pipeline/issues" | |
| }, | |
| "homepage": "https://github.com/elspru/distill-pipeline#readme", | |
| "scripts": { | |
| "test": "vitest --run", | |
| "pipeline": "node ./src/pipeline/pipeline_cli.js", | |
| "pipeline:qg": "PIPELINE_SEED_MODE=question-first node ./src/pipeline/pipeline_cli.js --verbose" | |
| }, | |
| "devDependencies": { | |
| "vitest": "^1.6.0" | |
| } | |
| } | |