-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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
{
"name": "contracts",
"version": "1.0.0",
"description": "",
"scripts": {
"compile": "yarn hardhat compile",
"clean": "yarn hardhat clean",
"test": "yarn hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NFTPool-Exchange/contracts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NFTPool-Exchange/contracts/issues"
},
"homepage": "https://github.com/NFTPool-Exchange/contracts#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.1.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.1.0",
"@types/mocha": "^8.2.2",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.4.1",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-deploy": "^0.8.9",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"ts-node": "^10.0.0",
"typechain": "^5.1.1"
}
}