-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 944 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 944 Bytes
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
{
"author": {
"name": "mzrdev"
},
"bugs": {
"url": "https://github.com/mzrcode/mzrdb/issues"
},
"deprecated": false,
"description": "User-friendly database module supporting JSON, multifile JSON, MongoDB, YAML, and BSON formats for seamless data management.",
"homepage": "https://github.com/mzrcode/mzrdb#readme",
"keywords": [
"db",
"mzr",
"mzrdb",
"mzr-db",
"json",
"jsondb",
"yaml",
"yamldb",
"bson",
"bsondb",
"local",
"localstorage",
"local storage",
"node-json-db",
"database",
"mongo",
"mongodb",
"mongoose",
"mongoose database",
"multifile database",
"multifile jsondb",
"mutlifile json database"
],
"license": "MIT",
"main": "./file/index.js",
"types": "./typings/index.d.ts",
"name": "mzrdb",
"repository": {
"type": "git",
"url": "git+https://github.com/mzrcode/mzrdb.git"
},
"version": "1.7.0"
}