-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.64 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.64 KB
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
{
"name": "colony-app",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "npx hardhat test",
"lint": "npx eslint . --ext .js,.ts",
"lint-fix": "npx eslint . --ext .js,.ts --fix",
"check": "solhint -c .solhint.json contracts/**/*.sol",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git@gitlab.4soft.tech:colony/colony-app.git"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/test-helpers": "^0.5.15",
"@typechain/ethers-v5": "^8.0.4",
"@typechain/hardhat": "^3.0.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"axios": "^0.24.0",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.7",
"hardhat-contract-sizer": "^2.1.1",
"hardhat-gas-reporter": "^1.0.4",
"husky": "^7.0.0",
"mathjs": "^10.0.0",
"querystring": "^0.2.0",
"retry-axios": "^2.6.0",
"solhint": "^3.3.6",
"ts-node": "^8.10.2",
"typechain": "^6.0.4",
"typescript": "^4.5.2"
},
"dependencies": {
"@openzeppelin/contracts": "^4.3.2",
"ethereum-block-by-date": "^1.4.2",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.27"
}
}