-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 844 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 844 Bytes
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": "vehicle_sharing",
"version": "1.0.0",
"description": "Enhanced Vehicle Sharing using blockchain based tokenization",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"keywords": [
"shrawank22",
"blockchain",
"vehicle_sharing",
"IIT",
"IITK",
"Thesis",
"IIT Kanpur"
],
"author": "shrawank22",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.22.17",
"nodemon": "^2.0.22"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.3",
"body-parser": "^1.20.2",
"dotenv": "^16.4.7",
"ejs": "^3.1.9",
"express": "^4.18.2",
"method-override": "^3.0.0"
}
}