forked from leandono/halley
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 843 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
{
"name": "halley",
"version": "3.1.0",
"description": "MongoDB to PostgreSQL streaming replication",
"main": "index.js",
"bin": "./index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rodati/halley.git"
},
"author": "Sirena Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/rodati/halley/issues"
},
"homepage": "https://github.com/rodati/halley#readme",
"dependencies": {
"bluebird": "^3.7.2",
"debug": "^4.1.1",
"js-yaml": "^3.13.1",
"lock": "^1.1.0",
"lodash": "^4.17.19",
"luxon": "^1.23.0",
"mongodb": "^3.5.5",
"pg": "^7.15.1",
"pg-copy-streams": "^2.2.2",
"rxjs": "^6.5.5",
"rxjs-stream": "^3.2.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}