-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"name": "hardhat-truebit",
"version": "1.2.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@ethersproject/json-wallets": "^5.7.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"axios": "^1.3.2",
"dotenv": "^16.0.3",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-const-case": "^1.2.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"hardhat": "^2.12.6",
"husky": "^8.0.3",
"npm-check-updates": "^16.6.5",
"prettier": "^2.8.4",
"ts-sinon": "^2.0.2",
"typescript": "^4.9.5"
},
"engines": {
"npm": ">=8.19.3",
"node": ">=18.13.0"
},
"scripts": {
"lint": "npx eslint . --ext .ts",
"check-types": "npx tsc --noEmit",
"ncu": "npx ncu -e 2",
"prepare": "husky install"
}
}