-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 851 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
34
{
"name": "atlanbackend",
"version": "1.0.0",
"description": "",
"main": "App.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoyeshDebnath/Atlan-Backend-Challenge.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoyeshDebnath/Atlan-Backend-Challenge/issues"
},
"homepage": "https://github.com/JoyeshDebnath/Atlan-Backend-Challenge#readme",
"dependencies": {
"@vitalets/google-translate-api": "^8.0.0",
"csv-writer": "^1.6.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"fast-csv": "^4.3.6",
"json2csv": "^5.0.7",
"mongoose": "^6.5.0",
"nodemon": "^2.0.19",
"tree": "^0.1.3",
"twilio": "^3.80.0",
"validator": "^13.7.0"
}
}