generated from folia-app/nft-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 944 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
{
"name": "coordinates-contracts",
"version": "1.0.0",
"description": "Folia presents Coordinates",
"license": "CC-BY-NC-4.0",
"author": "Billy Rennekamp (@okwme)",
"main": "index.js",
"scripts": {
"chain": "ganache-cli -m 'candy maple cake sugar pudding cream honey rich smooth crumble sweet treat'",
"verify": "hardhat verify",
"deploy": "hardhat run scripts/deploy.js",
"test": "hardhat test"
},
"dependencies": {},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "*",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-ganache": "*",
"@nomiclabs/hardhat-waffle": "*",
"@openzeppelin/contracts": "^4.6.0",
"base64-sol": "*",
"chai": "*",
"dotenv": "^16.0.1",
"erc721a": "^4.2.3",
"ethereum-waffle": "*",
"ethers": "^5.7.0",
"hardhat": "*",
"hardhat-contract-sizer": "*",
"hardhat-gas-reporter": "*",
"merkletreejs": "^0.3.10"
}
}