This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 1.53 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "jsonverse",
"version": "1.3.5",
"description": "jsonVerse is a lightweight JSON-based database package for Node.js. It provides a simple interface to store, retrieve, and manage data using JSON files.",
"main": "index.js",
"scripts": {
"test": "mocha ./test/jsonverse.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marco5dev/jsonverse.git"
},
"author": "marco5dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/Marco5dev/jsonverse/issues"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"lib/",
"SECURITY.md"
],
"homepage": "https://jsonversedb.web.app",
"keywords": [
"JSON",
"database",
"lightweight",
"database",
"data",
"storage",
"data",
"management",
"NoSQL",
"JSON",
"files",
"database",
"package",
"Node.js",
"data",
"persistence",
"data",
"manipulation",
"CRUD",
"operations",
"document-oriented",
"data",
"handling",
"key-value",
"store",
"schema-less",
"database",
"solution",
"data",
"modeling",
"JSON",
"storage",
"data",
"querying",
"jsonverse",
"jsonVerse",
"db."
],
"dependencies": {
"crypto-js": "^4.1.1",
"csv-parser": "^3.0.0",
"dateformat": "^5.0.3",
"exceljs": "^4.3.0",
"fuse.js": "^6.6.2",
"json2csv": "^6.0.0-alpha.2",
"json2xls": "^0.1.2"
},
"devDependencies": {
"chai": "^4.3.8",
"mocha": "^10.2.0",
"sinon": "^15.2.0"
}
}