-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.41 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
{
"name": "landworks-contracts",
"version": "1.0.0",
"description": "LandWorks smart contracts",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"coverage": "npx hardhat coverage --solcoverjs .solcover.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EnterDAO/LandWorks-contracts.git"
},
"author": "Daniel Ivanov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EnterDAO/LandWorks-contracts/issues"
},
"homepage": "https://github.com/EnterDAO/LandWorks-contracts#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/hardhat": "^4.0.0",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7",
"hardhat": "^2.8.3",
"hardhat-abi-exporter": "^2.0.3",
"hardhat-gas-reporter": "^1.0.3",
"land": "github:decentraland/land#7cd58341007d1d8884a22e16a726e133405b3bac",
"solidity-coverage": "^0.7.18",
"ts-node": "^10.2.1",
"typechain": "^7.0.0",
"typescript": "^4.0.5"
},
"dependencies": {
"@openzeppelin/contracts": "4.4.0"
}
}