-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.63 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "agritech-server",
"version": "1.0.0",
"description": "Server for Project AgriTech",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV='testing' node index.js",
"start": "cross-env NODE_ENV='production' node index.js",
"dev": "cross-env NODE_ENV='development' nodemon index.js",
"dev:c": "cls && nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akarshroot/agritech-server.git"
},
"keywords": [
"agriculture",
"technology"
],
"author": "Akarsh Tripathi",
"license": "ISC",
"bugs": {
"url": "https://github.com/akarshroot/agritech-server/issues"
},
"homepage": "https://github.com/akarshroot/agritech-server#readme",
"dependencies": {
"@ethereumjs/tx": "^4.1.1",
"@google-cloud/storage": "^6.11.0",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"ethereumjs-common": "^1.5.2",
"express": "^4.18.2",
"firebase": "^9.22.2",
"firebase-admin": "^11.9.0",
"googleapis": "^118.0.0",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.2",
"nodemon": "^2.0.21",
"razorpay": "^2.8.6",
"socket.io": "^4.6.1",
"xhr2": "^0.2.1"
},
"devDependencies": {
"@metamask/eth-sig-util": "^5.0.2",
"@openzeppelin/contracts": "^4.8.2",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-wallet": "^1.0.2",
"keythereum": "^2.0.0",
"mongoose": "^7.0.3",
"node-cron": "^3.0.2",
"node-schedule": "^2.1.1",
"solc": "^0.8.19",
"web3": "^1.9.0",
"web3-providers-http": "^1.9.0"
}
}