-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 954 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
35
36
{
"name": "inmobi-webshrinker-api-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SaatvikShukla/inmobi-Webshrinker-API-app.git"
},
"author": "Saatvik Shukla",
"license": "ISC",
"bugs": {
"url": "https://github.com/SaatvikShukla/inmobi-Webshrinker-API-app/issues"
},
"homepage": "https://github.com/SaatvikShukla/inmobi-Webshrinker-API-app#readme",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"csvtojson": "^2.0.10",
"express": "^4.17.1",
"fast-csv": "^3.4.0",
"fs": "0.0.1-security",
"http": "0.0.0",
"mongoose": "^5.7.0",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"nodemon": "^1.19.2",
"request": "^2.88.0",
"shelljs": "^0.8.3",
"uuid": "^3.3.3"
}
}