forked from good-db/good.db
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.25 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "good.db",
"version": "2.2.2",
"description": "A simple, fast, and powerful database package for Node.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/good-db/good.db.git"
},
"bugs": {
"url": "https://github.com/good-db/good.db/issues"
},
"homepage": "https://good-db.github.io/",
"keywords": [
"database",
"good.db",
"json",
"best.db",
"wio.db",
"pro.db",
"db",
"yaml",
"sqlite3",
"better-sqlite3",
"sqlite",
"sql",
"storage",
"yml"
],
"author": "Discord username: \"u.si\"",
"license": "MIT",
"dependencies": {
"better-sqlite3": "^8.5.2",
"fs": "^0.0.1-security",
"js-yaml": "^4.1.0",
"mongodb": "^6.5.0",
"mysql2": "^3.9.3",
"pg": "^8.11.5"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.4",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.5.1",
"@types/pg": "^8.11.4"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0",
"yarn": ">=3.0.0",
"pnpm": ">=7.0.0",
"npx": ">=10.0.0",
"nvm": ">=0.38.0",
"nvs": ">=1.7.0",
"n": ">=8.0.0",
"node-gyp": ">=8.0.0"
}
}