-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.22 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.22 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
70
{
"name": "cephalodb",
"version": "1.0.0",
"description": "CephaloDB is an intelligent, real-time document-based database system designed to build and manage complex relationships dynamically. Inspired by the adaptability of an octopus, CephaloDB leverages fuzzy logic and automation to establish and update connections between nodes in documents, ensuring flexibility and efficiency. With enterprise-level security, including AES-256 encryption and role-based access control, CephaloDB offers military-grade protection for data without compromising performance. Built using Node.js, Socket.IO, and Docker, it supports seamless deployment, making it a powerful choice for applications requiring adaptive, secure, and interconnected data management.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"docker:build": "docker build -t cephalo-db .",
"docker:run": "docker-compose up --build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cephalodb",
"database",
"document-based",
"real-time",
"fuzzy-logic",
"relationships",
"dynamic-relations",
"automation",
"secure-database",
"encryption",
"military-grade-security",
"nodejs",
"express",
"socketio",
"data-management",
"document-database",
"real-time-updates",
"graph-database",
"intelligent-database",
"adaptive-database",
"docker",
"enterprise-security",
"access-control",
"secure-storage",
"json-storage",
"data-integrity",
"distributed-systems",
"scalable-database",
"event-driven",
"node-database",
"node-js-database",
"role-based-access-control",
"rbac",
"data-encryption",
"realtime-database",
"data-synchronization"
],
"author": "Sai Pavan Velidandla",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"fs-extra": "^11.2.0",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"nodemon": "^3.1.7",
"socket.io": "^4.8.1",
"winston": "^3.15.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}