-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 904 Bytes
/
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
{
"name": "ortpearl",
"version": "1.0.7",
"description": "ethereum event watch engine, just like Oriental Pearl TV Tower, high and beautiful",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bigmurry/ortpearl.git"
},
"author": "BigMurry <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"test": "tap test/**/*.test.js"
},
"dependencies": {
"cron": "^1.7.2",
"debug": "^4.1.1",
"ethers": "^4.0.37",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"mongoose": "^5.7.0",
"require-dir": "^1.2.0",
"then-sleep": "^1.0.1",
"traverse": "^0.6.6"
},
"devDependencies": {
"xhstandard": "^2.0.0"
},
"bugs": {
"url": "https://github.com/bigmurry/ortpearl/issues"
},
"homepage": "https://github.com/bigmurry/ortpearl#readme",
"keywords": [
"ethereum",
"event"
]
}