-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 744 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 744 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
{
"name": "nftcasino",
"description": "Gamble your NFTs in a decentralized way",
"version": "1.0.0",
"private": true,
"author": "Mikel Calvo <contact@mikelcalvo.net>",
"main": "index.js",
"contributors": [
"Mikel Calvo <contact@mikelcalvo.net>"
],
"license": "(GPL-3.0-or-later OR AGPL-3.0-or-later)",
"scripts": {
"build": "hardhat compile",
"test": "hardhat test"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.3.1",
"hardhat": "^2.3.3",
"solidity-coverage": "^0.7.16",
"solc": "^0.8.0"
},
"dependencies": {
"@openzeppelin/contracts": "^4.3.1"
}
}