-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
53 lines (53 loc) · 1.16 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
{
"name": "@hapipal/schwifty",
"version": "6.2.0",
"description": "A model layer for hapi integrating Objection ORM",
"main": "lib/index.js",
"scripts": {
"test": "lab -a @hapi/code -t 100 -L",
"coveralls": "lab -r lcov | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/hapipal/schwifty.git"
},
"bugs": {
"url": "https://github.com/hapipal/schwifty/issues"
},
"homepage": "https://github.com/hapipal/schwifty#readme",
"engines": {
"node": ">=12"
},
"keywords": [
"hapi",
"joi",
"plugin",
"objection",
"database",
"orm",
"model"
],
"dependencies": {
"@hapi/hoek": "^9.0.0",
"@hapipal/toys": "^3.2.0",
"joi": "^17.0.0"
},
"peerDependencies": {
"@hapi/hapi": ">=19 <22",
"joi": ">=17 <18",
"knex": ">=0.16",
"objection": ">=1 <4"
},
"devDependencies": {
"@hapi/code": "^8.0.0",
"@hapi/hapi": "^20.0.0",
"@hapi/lab": "^24.0.0",
"@hapipal/ahem": "^2.0.0",
"coveralls": "^3.0.0",
"knex": "^0.95.0",
"objection": "^3.0.0",
"sqlite3": "^5.0.0"
},
"author": "William Woodruff and Contributors",
"license": "MIT"
}