deployment-taskflow / package.json
Tripagra
Fix: Remove workspace config and regenerate package-lock.json with Vite 5.x
d11bdce
Raw
History Blame Contribute Delete
610 Bytes
{
"name": "smart-escalation-api",
"version": "1.0.0",
"description": "AI-powered L1 customer support system with intelligent escalation",
"private": true,
"scripts": {
"build": "cd frontend && npm install && npm run build",
"dev:frontend": "cd frontend && npm run dev",
"dev:backend": "uvicorn src.main:app --reload",
"test": "pytest -v",
"test:property": "pytest tests/property -v",
"lint": "cd frontend && npm run lint"
},
"keywords": [
"customer-support",
"rag",
"llm",
"escalation",
"fastapi",
"react"
],
"author": "",
"license": "MIT"
}