-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 821 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 821 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
{
"name": "0db",
"version": "0.0.1",
"description": "Simple JSON file database.",
"main": "index.js",
"scripts": {
"readme": "markdown-toc -i README.md",
"test": "nodemon $test/ --ignore db.json --ignore big.db.json"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"i": "^0.3.7",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"uuid": "^8.3.2"
},
"devDependencies": {},
"author": "Ambratolm <ambratolm@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Ambratolm/0db.git"
},
"keywords": [
"database",
"db",
"json",
"local",
"file",
"fs",
"query",
"crud"
],
"bugs": {
"url": "https://github.com/Ambratolm/0db/issues"
},
"homepage": "https://github.com/Ambratolm/0db#readme"
}