forked from jayralencar/sqlite-sync.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 838 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
39
40
41
42
43
44
45
{
"name": "@asdfghjkkl11/sqlite-sync",
"description": "Node module to sqlite sync and async ",
"readmeFilename": "README.md",
"keywords": [
"sqlite",
"sqlite3",
"sync",
"async",
"database",
"sqlite-sync"
],
"tags": [
"sqlite",
"sqlite3",
"sync",
"async",
"database",
"sqlite-sync"
],
"version": "0.0.5",
"author": {
"name": "asdfghjkkl11",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/asdfghjkkl11/sqlite-sync.js"
},
"devDependencies": {
"npm": "^10.9.1"
},
"dependencies": {
"sql.js": "^1.12.0"
},
"scripts": {
"test": "node test/test.js",
"release": "npm publish --access=public"
},
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"main": "sqlite.js"
}