-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "nft-marketplace-contracts",
"version": "1.0.0",
"description": "## Technological Level with Smart Contracts (hardhat project)",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petreze/nft-marketplace-contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/petreze/nft-marketplace-contracts/issues"
},
"homepage": "https://github.com/petreze/nft-marketplace-contracts#readme",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@openzeppelin/test-helpers": "^0.5.16",
"hardhat": "^2.11.1"
},
"dependencies": {
"@openzeppelin/contracts": "^4.7.3",
"assert": "^2.0.0",
"ipfs-http-client": "^58.0.0"
}
}