forked from nexoral/AxioDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.69 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.69 KB
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
{
"name": "axiodb",
"version": "2.28.82",
"description": "A blazing-fast, lightweight, and scalable nodejs package based DBMS for modern application. Supports schemas, encryption, and advanced query capabilities.",
"main": "./lib/config/DB.js",
"types": "./lib/config/DB.d.ts",
"scripts": {
"test": "node ./Test/run.js",
"build": "tsc",
"lint": "eslint ."
},
"keywords": [
"database",
"dbms",
"json database",
"json db",
"file-based database",
"lightweight database",
"secure database",
"schema validation",
"data encryption",
"aggregation pipelines",
"nodejs database",
"high-performance database",
"in-memory cache",
"query optimization",
"modern database solution",
"fast database",
"scalable database",
"nodejs dbms",
"database management system",
"cloud-ready database",
"developer-friendly database",
"open-source database",
"typescript database",
"fastify database integration",
"schema-based database",
"encrypted database",
"real-time database",
"portable database",
"lightweight dbms"
],
"author": "Ankan Saha",
"license": "MIT",
"funding": {
"type": "git",
"url": "https://github.com/sponsors/AnkanSaha"
},
"dependencies": {
"@eslint/js": "^9.11.1",
"@fastify/cors": "^11.0.1",
"@fastify/static": "^8.2.0",
"fastify": "^5.4.0",
"joi": "^17.13.3",
"outers": "^8.6.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.1",
"eslint": "^8.57.1",
"globals": "^15.9.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=6.0.0",
"yarn": ">=1.0.0"
}
}