{
  "name": "notionflow-example-factories",
  "version": "0.0.1",
  "private": true,
  "description": "Example NotionFlow factories demonstrating project-local architecture",
  "type": "module",
  "scripts": {
    "doctor": "tsx ../src/cli.ts doctor --config ./notionflow.config.ts",
    "tick": "tsx ../src/cli.ts tick --config ./notionflow.config.ts",
    "tick:demo": "tsx ../src/cli.ts tick --factory shared-helper-demo --config ./notionflow.config.ts",
    "check": "tsc --noEmit"
  },
  "dependencies": {
    "notionflow": "file:.."
  },
  "devDependencies": {
    "tsx": "^4.19.4",
    "typescript": "^5.9.2"
  }
}
