-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 884 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": "comfydb",
"version": "2.0.4",
"description": "Comfiest Way To Use A Database!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/instafluff/ComfyDB.git"
},
"keywords": [
"ComfyDB",
"Instafluff",
"Database",
"Comfy",
"DB",
"Mongo",
"MongoDB",
"Wrapper",
"Interface",
"Easy",
"Intuitive",
"Store",
"Save",
"Get",
"Data",
"Info",
"Storage",
"Search",
"Query"
],
"author": "Instafluff",
"license": "MIT",
"bugs": {
"url": "https://github.com/instafluff/ComfyDB/issues"
},
"homepage": "https://github.com/instafluff/ComfyDB#readme",
"dependencies": {
"mongodb": "^3.5.5"
},
"devDependencies": {
"comfy-mongo": "^1.0.7",
"jest": "^25.2.4"
}
}