forked from exo-digital-labs/ERC721R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 KB
/
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
{
"name": "erc721r",
"description": "The goal of ERC721R is to add refund functionality to the ERC721 and ERC1155 standards. This repo contains community provided examples you can use in your own NFT smart contract.",
"version": "0.0.2",
"main": "hardhat.config.js",
"scripts": {
"test": "npx hardhat test",
"test-report": "export GAS_REPORT=true && npx hardhat test",
"prepare": "husky install"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"erc721a": "^3.1.0",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.1",
"hardhat": "^2.9.2",
"hardhat-gas-reporter": "^1.0.8",
"husky": "^7.0.4",
"merkletreejs": "^0.2.31",
"pretty-quick": "^3.1.3"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exo-digital-labs/ERC721R.git"
},
"keywords": [
"solidity",
"erc721r"
],
"author": "exo-digital-labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/exo-digital-labs/ERC721R/issues"
},
"homepage": "https://github.com/exo-digital-labs/ERC721R#readme"
}