-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 967 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
29
30
31
32
33
34
35
36
37
{
"name": "wrapped-sel",
"version": "1.0.0",
"description": "Wrapped Selendra Token",
"main": "index.ts",
"scripts": {
"test": "npx hardhat test"
},
"keywords": [
"wrapped-token",
"selendra"
],
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^3.4.1-solc-0.7",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.6.2",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.4",
"hardhat": "^2.6.0",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-deploy": "^0.8.11",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"hardhat-typechain": "^0.3.5",
"hardhat-watcher": "^2.1.1",
"solidity-coverage": "^0.7.16",
"ts-node": "^10.2.1",
"typechain-target-ethers-v5": "^5.0.1",
"typescript": "^4.3.5"
}
}