File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 43
43
"type" : " git" ,
44
44
"url" : " https://github.com/TryGhost/node-sqlite3.git"
45
45
},
46
+ "engines" : {
47
+ "node" : " >=18"
48
+ },
46
49
"dependencies" : {
47
50
"bindings" : " ^1.5.0" ,
48
- "node-addon-api" : " ^7 .0.0" ,
51
+ "node-addon-api" : " ^8 .0.0" ,
49
52
"prebuild-install" : " ^7.1.1" ,
50
- "tar" : " ^6.1.11 "
53
+ "tar" : " ^7.0.0 "
51
54
},
52
55
"devDependencies" : {
53
56
"eslint" : " 8.56.0" ,
54
- "mocha" : " 10.2 .0" ,
55
- "prebuild" : " 12.1 .0"
57
+ "mocha" : " 10.4 .0" ,
58
+ "prebuild" : " 13.0 .0"
56
59
},
57
60
"peerDependencies" : {
58
- "node-gyp" : " 8 .x"
61
+ "node-gyp" : " ^10 .x"
59
62
},
60
63
"peerDependenciesMeta" : {
61
64
"node-gyp" : {
62
65
"optional" : true
63
66
}
64
67
},
65
68
"optionalDependencies" : {
66
- "node-gyp" : " 8 .x"
69
+ "node-gyp" : " ^10 .x"
67
70
},
68
71
"scripts" : {
69
72
"install" : " prebuild-install -r napi || node-gyp rebuild" ,
You can’t perform that action at this time.
0 commit comments