-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 1.65 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "rest-query",
"version": "0.75.2",
"engines": {
"node": ">=16.20.1"
},
"description": "The Awesome REST Framework!",
"main": "lib/restQuery.js",
"directories": {
"test": "test"
},
"bin": {
"rest-query": "./bin/rest-query"
},
"dependencies": {
"array-kit": "^0.2.6",
"doormen": "^0.15.6",
"error-status": "^1.12.1",
"exm": "^0.5.12",
"hash-kit": "^0.3.10",
"json-kit": "^0.7.3",
"kung-fig": "^0.67.4",
"logfella": "^2.0.2",
"logfella-client": "^1.3.0",
"qs-kit": "^0.7.0",
"rest-query-shared": "^0.35.1",
"roots-db": "^0.44.1",
"roots-scheduler": "^0.3.1",
"server-kit": "^0.10.3",
"seventh": "^0.9.2",
"string-kit": "^0.18.2",
"token-kit": "^0.2.1",
"tree-kit": "^0.8.7",
"utterminal": "^0.7.2"
},
"devDependencies": {
"form-data": "^4.0.1",
"fs-kit": "^0.6.5",
"minimist": "^1.2.8",
"mongodb": "^6.12.0",
"stream-kit": "^0.6.3"
},
"scripts": {
"test": "tea-time -R dot"
},
"repository": {
"type": "git",
"url": "https://github.com/cronvel/rest-query.git"
},
"keywords": [
"rest",
"query",
"restful",
"api",
"app",
"router",
"web",
"framework"
],
"author": "Cédric Ronvel",
"license": "MIT",
"bugs": {
"url": "https://github.com/cronvel/rest-query/issues"
},
"config": {
"tea-time": {
"coverDir": [
"lib"
],
"coverIgnore": [
"lib/cli.js",
"lib/App.js",
"lib/HttpModule.js"
]
}
},
"copyright": {
"title": "Rest Query",
"years": [
2014,
2021
],
"owner": "Cédric Ronvel"
}
}