-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.5 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@tolar/web3-plugin-tolar",
"version": "0.9.0",
"description": "Tolar HashNet plugin for web3.js with tolar specific rpc methods and account handling",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "https://github.com/Tolar-HashNET/web3-plugin-tolar#readme",
"bugs": {
"url": "https://github.com/Tolar-HashNET/web3-plugin-tolar/issues"
},
"scripts": {
"lint": "eslint '{src,test}/**/*.ts'",
"build": "tsc --project tsconfig.build.json",
"test": "jest --config=./test/jest.config.js"
},
"contributors": [
{
"name": "Tolar",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Tolar-HashNET/web3-plugin-tolar.git"
},
"devDependencies": {
"@chainsafe/eslint-config": "^2.0.0",
"@types/jest": "^29.5.2",
"@types/node": "^20.2.6",
"eslint": "8",
"jest": "^29.5.0",
"jest-extended": "^4.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"typescript": "5.3.3",
"web3": "^4.2.2",
"web3-eth-accounts": "^4.2.1"
},
"dependencies": {
"ethereum-cryptography": "^2.0.0",
"@protobuf-ts/runtime": "^2.9.4"
},
"peerDependencies": {
"web3": ">= 4.0.3",
"web3-eth-accounts": ">=4.0.3"
},
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"keywords": [
"tolar",
"hashnet",
"web3",
"plugin",
"web3js",
"web3.js",
"blockchain"
],
"author": "tolar"
}