-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 933 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
{
"name": "madtethysdb",
"version": "1.0.4-alpha",
"description": "madtethysdb; Türkçe, hızlı, güvenilir, kullanışlı, açık kaynak kodlu, event ve yedekleme destekli, json ve yaml database modülü.",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"keywords": [
"db",
"database",
"madtethys",
"madtethysdb",
"yaml",
"json",
"veri tabanı",
"quickdb",
"mongoose",
"mongodb",
"wiodb"
],
"author": "madtethys",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/madtethys/madtethysdb.git"
},
"bugs": {
"url": "https://github.com/madtethys/madtethysdb/issues"
},
"homepage": "https://github.com/madtethys/madtethysdb#readme",
"dependencies": {
"events": "^3.3.0",
"yaml": "^2.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}