32 lines
693 B
JSON
32 lines
693 B
JSON
{
|
|
"name": "@tip/api",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "TIP REST API server",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsx watch src/index.ts",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^5.1.0",
|
|
"express-rate-limit": "^7.5.0",
|
|
"helmet": "^8.0.0",
|
|
"multer": "^2.1.1",
|
|
"pdf-parse": "^1.1.4",
|
|
"pg": "^8.13.1",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^5.0.0",
|
|
"@types/multer": "^2.1.0",
|
|
"@types/pg": "^8.11.11",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|