Initial commit: TenderPilot MVP
This commit is contained in:
21
package.json
Executable file
21
package.json
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "tenderpilot-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "TenderPilot MVP Backend",
|
||||
"main": "server.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"pg": "^8.10.0",
|
||||
"bcrypt": "^5.1.0",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"cors": "^2.8.5",
|
||||
"express-rate-limit": "^6.10.0",
|
||||
"axios": "^1.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user