-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mlt-token",
"version": "1.0.0",
"main": "index.js",
"author": "Fatima Castiglione Maldonado <[email protected]>",
"license": "MIT",
"scripts": {
"task": "npx hardhat",
"test": "scripts/test",
"build": "scripts/build",
"verify": "hardhat verify",
"compile": "hardhat compile",
"deploy": "npx hardhat deploy",
"typechain": "scripts/typechain",
"coverage": "npx hardhat coverage",
"test:gas": "RUN_EVM=true REPORT_GAS=true scripts/test"
},
"engines": {
"node": ">= 16.13.0"
},
"devDependencies": {
"@mintlayer/vesting-tree": "^1.1.6",
"@nomiclabs/hardhat-ethers": "npm:[email protected]",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"@openzeppelin/hardhat-upgrades": "^1.18.0",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/inquirer": "^8.0.0",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"@types/node": "^16.0.0",
"axios": "^0.27.2",
"chai": "^4.3.6",
"chai-ethers": "^0.0.1",
"chalk": "4.1.2",
"date-fns": "^2.28.0",
"dayjs": "^1.11.6",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.4.4",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.6.8",
"hardhat": "^2.9.7",
"hardhat-deploy": "^0.11.10",
"hardhat-gas-reporter": "^1.0.8",
"inquirer": "^8.0.0",
"lodash": "^4.17.21",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.8.0",
"typechain": "^8.0.0",
"typescript": "^4.7.2",
"web3-utils": "^1.7.4",
"xlsx": "^0.18.5"
},
"dependencies": {
"web3.storage": "^4.4.0"
}
}