-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 858 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 858 Bytes
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
{
"name": "web3subscriber",
"version": "1.0.0",
"description": "a web3 subscriber for easy truffle based projects",
"scripts": {
"test": "jest tests/txbinder.test",
"prepare": "npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoyoeproject/web3subscriber.git"
},
"keywords": [
"web3",
"subscriber"
],
"author": "xin gao",
"license": "ISC",
"bugs": {
"url": "https://github.com/zoyoeproject/web3subscriber/issues"
},
"homepage": "https://github.com/zoyoeproject/web3subscriber#readme",
"dependencies": {
"@types/bn.js": "^5.1.0",
"bn.js": "^5.2.0",
"ethers": "^6.8.1",
"mongodb": "^4.1.3",
"substrate-ss58": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"jest": "26.6.0",
"ts-jest": "^26.0.0",
"typescript": "^4.3.4"
}
}