Skip to content

Commit e9d40b2

Browse files
committed
Updated package.json
1 parent 9650ac8 commit e9d40b2

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

package.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powersync-mysql-zongji",
33
"version": "0.0.1",
4-
"description": "A MySQL 8.0-compatible fork of ZongJi - a MySQL binlog listener for Node.js.",
4+
"description": "A MySQL 8.0 >= compatible fork of ZongJi - a MySQL binlog listener for Node.js.",
55
"main": "index.js",
66
"directories": {
77
"test": "test"
@@ -13,25 +13,15 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/powersync-ja/powersync-mysql-zongji"
16+
"url": "powersync-ja/powersync-mysql-zongji"
1717
},
1818
"keywords": [
1919
"mysql",
2020
"binlog"
2121
],
22-
"author": "JourneyApps",
23-
"contributors": [
24-
"Nevill <[email protected]> (https://github.com/nevill)",
25-
"numtel <[email protected]> (https://github.com/numtel)",
26-
"rfanth <[email protected]> (https://github.com/rfanth)",
27-
"Alexander Radyushin <[email protected]> (https://github.com/fjedi)",
28-
"Yousef El-Dardiry <[email protected]> (https://github.com/YousefED)",
29-
"Roopendra Talekar <[email protected]> (https://github.com/roopen219)",
30-
"Juan Ferrer Toribio (https://github.com/juan-ferrer-toribio)"
31-
],
3222
"license": "MIT",
3323
"engines": {
34-
"node": ">= 8.0"
24+
"node": ">=20.0.0"
3525
},
3626
"devDependencies": {
3727
"@changesets/cli": "^2.27.3",

0 commit comments

Comments
 (0)