-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 947 Bytes
/
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
{
"name": "amb-fsdb",
"version": "0.0.1",
"description": "Simple NodeJS File System Database",
"main": "index.js",
"scripts": {
"dev": "nodemon --ignore db.json test/main.js",
"readme": "markdown-toc -i README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ambratolm/fsdb.git"
},
"keywords": [
"fsdb",
"fs",
"db",
"file",
"system",
"database",
"file",
"system",
"database",
"crud",
"create",
"read",
"update",
"delete",
"query"
],
"author": "ambratolm",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ambratolm/fsdb/issues"
},
"homepage": "https://github.com/Ambratolm/fsdb#readme",
"devDependencies": {
"eslint": "^7.9.0",
"nodemon": "^2.0.4"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"i": "^0.3.6",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"uuid": "^8.3.0"
}
}