-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "simple.df",
"version": "1.0.0",
"description": "Decentralised finances",
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"node": "npx hardhat node",
"coverage": "npx hardhat coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m5l14i11/simple.df.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/m5l14i11/simple.df/issues"
},
"homepage": "https://github.com/m5l14i11/simple.df#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "^1.6.0",
"@openzeppelin/test-environment": "^0.1.9",
"@openzeppelin/test-helpers": "^0.5.10",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.25",
"chai": "^4.3.0",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.2.2",
"ethers": "^5.0.30",
"hardhat": "^2.0.9",
"hardhat-gas-reporter": "^1.0.4",
"mocha": "^8.3.0",
"solidity-coverage": "^0.7.14",
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
}
}