PYAE1994's picture
Upload folder using huggingface_hub
dd480ef verified
{
"name": "workflow-factor-os",
"version": "1.0.0",
"description": "Production-Grade AI Workflow Orchestrator for n8n - Cloudflare Workers Architecture",
"private": true,
"workspaces": [
"apps/*",
"core/*",
"integrations/*"
],
"scripts": {
"dev": "concurrently \"npm run dev:worker\" \"npm run dev:simulator\"",
"dev:worker": "npm run dev --workspace=apps/worker",
"dev:simulator": "npm run dev --workspace=apps/simulator",
"build": "npm run build --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit",
"deploy:worker": "npm run deploy --workspace=apps/worker",
"setup:knowledge": "node scripts/build-knowledge-base.js",
"validate:env": "node scripts/validate-env.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"concurrently": "^8.0.0",
"eslint": "^8.0.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
}
}