forked from a16z/a16z-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 968 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
34
35
36
37
38
39
40
41
42
43
{
"name": "a16z-contracts",
"description": "a16z Smart Contract library for Solidity",
"version": "0.0.9",
"files": [
"contracts/**/*.sol"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"arweave": "^1.11.4",
"chai": "^4.3.6",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.8",
"hardhat": "^2.9.6",
"hardhat-gas-reporter": "^1.0.8"
},
"scripts": {
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a16z/a16z-contracts.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"a16z",
"NFT"
],
"author": "a16z crypto",
"license": "MIT",
"bugs": {
"url": "https://github.com/a16z/a16z-contracts/issues"
},
"homepage": "https://github.com/a16z/a16z-contracts#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.7.3"
}
}