generated from web3/web3.js-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "@exio.tech/web3-plugin-debug",
"version": "0.0.7",
"description": "Web3.js plugin for debug_* calls",
"main": "lib/debug-plugin.js",
"types": "lib/debug-plugin.d.ts",
"homepage": "https://github.com/exiotech/web3.js-plugin-debug#readme",
"bugs": {
"url": "https://github.com/exiotech/web3.js-plugin-debug/issues"
},
"scripts": {
"lint": "eslint '{src,test}/**/*.ts'",
"build": "tsc --project tsconfig.build.json",
"test": "jest --config=./test/jest.config.js",
"start": "npx ts-node src/index.ts"
},
"contributors": [
"Andranik Hovesyan <andranik@hovesyan.pro>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:exiotech/web3.js-plugin-debug.git"
},
"devDependencies": {
"@chainsafe/eslint-config": "^2.1.1",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"eslint": "8",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"web3-eth-contract": "^4.1.3",
"web3-types": "^1.3.1",
"web3-utils": "^4.0.7",
"web3": "^4.2.2"
},
"peerDependencies": {
"web3": ">= 4.0.3"
}
}