-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "dad",
"version": "1.0.0",
"scripts": {
"client": "cd client && yarn start",
"server": "nodemon server.js",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\"",
"start": "node server.js"
},
"dependencies": {
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.7.3",
"@pinata/sdk": "^1.1.26",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"ethereumjs-tx": "^2.1.2",
"ethers": "^5.7.1",
"express": "^4.16.4",
"nodemon": "^2.0.19",
"web3": "^1.8.0",
"web3-eth-contract": "^1.8.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"concurrently": "^4.0.1",
"hardhat": "^2.11.2"
},
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mikekks/D_Ad_API.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mikekks/D_Ad_API/issues"
},
"homepage": "https://github.com/mikekks/D_Ad_API#readme",
"description": ""
}