-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 843 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 843 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
{
"name": "@metaio/fan-ticket-contract",
"description": "Fan ticket smart contracts",
"version": "2.0.0",
"author": "Meta Network Group",
"license": "LGPL-3.0-or-later",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@openzeppelin/hardhat-upgrades": "^1.9.0",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.1.2",
"@types/chai": "^4.2.19",
"@types/dotenv": "^8.2.0",
"@types/mocha": "^8.2.2",
"@types/node": "^16.0.0",
"chai": "^4.3.4",
"eth-sig-util": "^3.0.1",
"ethers": "^5.4.1",
"ethers-eip712": "^0.2.0",
"hardhat": "^2.4.1",
"ts-node": "^10.0.0",
"typechain": "^5.1.1",
"typescript": "^4.3.5"
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^2.1.4",
"@openzeppelin/contracts": "^4.2.0",
"dotenv": "^10.0.0"
}
}