-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.7 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "vgr-marketplace",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"hardhat": "^2.10.2"
},
"dependencies": {
"@ethersproject/providers": "^5.4.7",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@openzeppelin/contracts": "^4.7.3",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
"@types/mocha": "^9.1.0",
"chai": "^4.2.0",
"dotenv": "^16.0.2",
"ethers": "^5.4.7",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.7.21",
"ts-node": ">=8.0.0",
"typechain": "^8.1.0",
"typescript": ">=4.5.0"
},
"description": "<!-- PROJECT HEADER --> <br /> <div align=\"center\"> <a href=\"#\"> <img src=\"https://avatars.githubusercontent.com/u/110193542?s=96&v=4\" alt=\"Logo\" width=\"80\" height=\"80\"> </a> <h3 align=\"center\">VGR</h3> <p align=\"center\"> Virtualground Marketplace </p> <a href=\"https://www.virtualground.it/\">Link</a>",
"version": "1.0.0",
"main": "hardhat.config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Virtualground-Lab/marketplace.git"
},
"keywords": [
"virtualground",
"vgr",
"nft",
"marketplace",
"token",
"solidity"
],
"author": "Abhishek Chauhan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Virtualground-Lab/marketplace/issues"
},
"homepage": "https://github.com/Virtualground-Lab/marketplace#readme"
}