titan-server / package.json
M-hv1's picture
Update package.json
e02ffd2 verified
Raw
History Blame Contribute Delete
1.36 kB
{
"name": "titan-transpiler",
"version": "2.0.0",
"description": "Titan Transpiler AI \u2013 Web-to-Flutter microservice (Hugging Face Spaces)",
"main": "dist/index.js",
"scripts": {
"build": "tsc --project tsconfig.json",
"start": "node dist/index.js",
"dev": "ts-node-dev --respawn --transpile-only --exit-child src/index.ts",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@babel/parser": "^7.24.5",
"@babel/traverse": "^7.24.5",
"@babel/types": "^7.24.5",
"@google/generative-ai": "^0.12.0",
"@huggingface/hub": "^0.18.0",
"archiver": "^7.0.1",
"axios": "^1.6.8",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase-admin": "^12.1.0",
"groq-sdk": "^0.3.3",
"helmet": "^7.1.0",
"multer": "^1.4.5-lts.1",
"p-limit": "^3.1.0",
"unzipper": "^0.12.3",
"uuid": "^9.0.1",
"winston": "^3.13.0",
"zod": "^3.23.3"
},
"devDependencies": {
"@types/archiver": "^6.0.2",
"@types/babel__traverse": "^7.20.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.12",
"@types/unzipper": "^0.10.9",
"@types/uuid": "^9.0.8",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.5"
}
}