-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 784 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 784 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
{
"name": "bash-nodb",
"version": "1.0.0",
"description": "A Serverless Relational DataBase",
"main": "nodb.nd.js",
"dependencies": {
"chalk": "^4.1.1",
"clear": "^0.1.0",
"express": "^4.17.1",
"figlet": "^1.5.0",
"inquirer-recursive": "^0.0.7",
"minimist": "^1.2.5",
"sjcl": "^1.0.8",
"socket.io": "^4.1.2",
"websocket": "^1.0.34"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"NOdb",
"DataBase",
"Serverless",
"Bash",
"Relational"
],
"author": {
"name": "Dev Bash",
"email": "ikorosamuel1@gmail.com"
},
"license": "ISC",
"bin": {
"nodb": "./nodb.nd.js"
},
"files": [
"admin",
"db",
"README.md"
]
}