-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "mapped-contracts",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "tsc && node ./dist/index.js",
"build": "hardhat compile",
"deploy_esdt":"tsc && node ./dist/deploy_esdt.js"
},
"devDependencies":{
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.4.0",
"@openzeppelin/test-environment": "^0.1.9",
"@openzeppelin/test-helpers": "^0.5.15",
"@typechain/ethers-v5": "^8.0.5",
"@typechain/hardhat": "^3.0.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.12",
"bn.js": "^5.2.0",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.4",
"mocha": "^9.1.3",
"solc": "^0.8.10",
"solhint": "^3.3.6",
"ts-node": "^10.7.0",
"typechain": "^6.0.5",
"typescript": "^4.5.2"
},
"dependencies": {
"@elrondnetwork/erdjs": "9.0.3",
"@taquito/taquito": "^13.0.0",
"@temple-wallet/dapp": "^7.0.0",
"dotenv": "^16.0.1",
"ethers": "^5.6.8",
"xp.network": "git+https://github.com/xp-network/xpjs#bleeding-edge"
}
}