-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 924 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
{
"name": "mesa-data",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@openzeppelin/contracts": "^3.4.1",
"@typechain/ethers-v5": "^6.0.2",
"@types/node": "^14.14.33",
"csvtojson": "^2.0.10",
"dayjs": "^1.10.4",
"dotenv": "^8.2.0",
"ethers": "^5.0.32",
"glob": "^7.1.6",
"globby": "^11.0.2",
"hardhat": "^2.0.10",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"typechain": "^4.0.1",
"typescript": "^4.2.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "hardhat compile",
"setup": "ts-node setup.ts",
"watch": "nodemon --exec ts-node src/index.ts",
"typechain-build": "typechain --target ethers-v5 --outDir src/contracts abis/*.json"
},
"keywords": [],
"author": "Adam Azad <[email protected]> (https://adamazad.com/)",
"license": "ISC"
}