forked from vlasky/zongji
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 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
44
45
46
47
48
49
{
"name": "@vlasky/zongji",
"version": "0.5.7",
"description": "A MySQL 8.0-compatible fork of ZongJi - a MySQL binlog listener for Node.js.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tap --bail --no-coverage --jobs=1 test/*.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/vlasky/zongji"
},
"keywords": [
"mysql",
"binlog"
],
"author": "Vlad Lasky <github@vladlasky.com> (https://github.com/vlasky)",
"contributors": [
"Nevill <nevill.dutt@gmail.com> (https://github.com/nevill)",
"numtel <ben@latenightsketches.com> (https://github.com/numtel)",
"rfanth <rfa@rfanth.com> (https://github.com/rfanth)",
"Alexander Radyushin <alexander@fjedi.com> (https://github.com/fjedi)",
"Yousef El-Dardiry <yousefdardiry@gmail.com> (https://github.com/YousefED)"
],
"license": "MIT",
"engines": {
"node": ">= 8.0"
},
"devDependencies": {
"eslint": "6.8.0",
"tap": "14.10.7"
},
"dependencies": {
"@vlasky/mysql": "flydata/mysql#2b25650aa1c49d83b72e77f42bcceee9c0a67291",
"big-integer": "1.6.48",
"iconv-lite": "0.6.2",
"invariant": "2.2.2",
"moment": "2.29.4",
"moment-timezone": "0.5.40"
},
"volta": {
"node": "16.14.0",
"yarn": "1.22.17"
}
}