mirror of
https://github.com/myfatemi04/wheelshare-old-backend.git
synced 2025-04-09 14:40:17 -04:00
40 lines
965 B
JSON
40 lines
965 B
JSON
{
|
|
"name": "carpool-backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsc && node dist/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/myfatemi04/Carpool-Backend.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/myfatemi04/Carpool-Backend/issues"
|
|
},
|
|
"homepage": "https://github.com/myfatemi04/Carpool-Backend#readme",
|
|
"dependencies": {
|
|
"@types/axios": "^0.14.0",
|
|
"@types/cors": "^2.8.10",
|
|
"@types/dotenv": "^8.2.0",
|
|
"@types/express": "^4.17.11",
|
|
"@types/node": "^14.14.37",
|
|
"@types/simple-oauth2": "^4.1.0",
|
|
"@types/uuid": "^8.3.0",
|
|
"axios": "^0.21.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"mongoose": "^5.12.3",
|
|
"node-postgres": "^0.6.2",
|
|
"simple-oauth2": "^4.2.0",
|
|
"typescript": "^4.2.4",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|