-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (54 loc) · 1.41 KB
/
package.json
File metadata and controls
57 lines (54 loc) · 1.41 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "transport-tech-bn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"bin": {
".env": "./.env.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"compile": "node index.js",
"dev": "nodemon --exec npm run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Igire-Rwanda/Transport-tech-bn.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Igire-Rwanda/Transport-tech-bn/issues"
},
"homepage": "https://github.com/Igire-Rwanda/Transport-tech-bn#readme",
"devDependencies": {
"nodemon": "^2.0.22"
},
"dependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/node": "^7.22.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"@babel/runtime": "^7.22.3",
"axios": "^1.4.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.5.0",
"mongoose": "^7.2.2",
"node-fetch": "^3.3.1",
"nodemailer": "^6.9.3"
}
}