-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 860 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "truck-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umarrasheedmebest/PakLoaders-backend-.git"
},
"author": "ammar (developer)",
"license": "ISC",
"bugs": {
"url": "https://github.com/umarrasheedmebest/PakLoaders-backend-/issues"
},
"homepage": "https://github.com/umarrasheedmebest/PakLoaders-backend-#readme",
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"joi": "^17.6.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"nodemon": "^2.0.20",
"twilio": "^3.82.1"
}
}