forked from CrazyNFT/imx-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 797 Bytes
/
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
{
"name": "@imtbl/imx-contracts",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"compile": "npx hardhat compile",
"simple-deploy-ropsten": "npx hardhat run deploy/simple_asset.js --network ropsten",
"deploy-registration": "yarn hardhat run deploy/registration.ts"
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^2.1.4",
"@openzeppelin/contracts": "^4.1.0",
"dotenv": "^10.0.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.0.2",
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"hardhat": "^2.4.1",
"ts-node": "^10.2.1",
"typechain": "^5.0.0"
}
}