-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1017 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
37
38
39
{
"name": "cardamom-price-in-india",
"version": "1.0.0",
"description": "This is an simplified version of daly cardamom price in India",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abjs/cardamom-price-in-india.git"
},
"keywords": [
"cardamom",
"cardamom-price",
"node-js"
],
"author": "Abin Joseph",
"license": "ISC",
"bugs": {
"url": "https://github.com/abjs/cardamom-price-in-india/issues"
},
"homepage": "https://github.com/abjs/cardamom-price-in-india#readme",
"dependencies": {
"@popperjs/core": "^2.6.0",
"axios": "^0.21.0",
"bootstrap": "^5.0.0-beta1",
"cheerio": "^1.0.0-rc.3",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"mongodb": "^3.6.3",
"mongoose": "^5.11.7",
"node-cron": "^2.0.3",
"nodemon": "^2.0.6",
"util": "^0.12.3"
}
}