-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
45 lines (45 loc) · 1.48 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
{
"name": "interest-converter",
"description": "",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"lint": "yarn lint-contracts && yarn lint-js",
"test": "./node_modules/.bin/hardhat test",
"compile": "./node_modules/.bin/hardhat compile --force",
"lint-contracts": "./node_modules/solhint/solhint.js 'contracts/**/*.sol'",
"lint-js": "./node_modules/eslint/bin/eslint.js '**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nourharidy/interest-converter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nourharidy/interest-converter/issues"
},
"homepage": "https://github.com/nourharidy/interest-converter#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.2.0",
"eslint": "^7.16.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"ethereum-waffle": "^3.2.1",
"ethers": "^5.0.23",
"hardhat": "^2.0.6",
"solhint": "^3.3.2"
},
"dependencies": {
"@openzeppelin/contracts": "^3.3.0",
"@uniswap/merkle-distributor": "git://github.com/Uniswap/merkle-distributor.git#c3255bfa2b684594ecd562cacd7664b0f18330bf",
"async-prompt": "^1.0.1",
"dotenv": "^8.2.0",
"openzeppelin-solidity-2.3.0": "npm:openzeppelin-solidity@2.3.0"
}
}