-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.28 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
{
"name": "@hapipal/tandy",
"version": "4.0.0",
"description": "Auto-generated, RESTful, CRUDdy route handlers for Schwifty models in hapi",
"main": "lib/index.js",
"engines": {
"node": ">=16"
},
"scripts": {
"test": "lab -a @hapi/code -L -t 100",
"coveralls": "lab -r lcov | coveralls",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/hapipal/tandy"
},
"keywords": [
"hapi",
"plugin",
"model",
"schwifty",
"objection",
"knex",
"rest",
"crud"
],
"author": "Matt Boutet <matt@bigroomstudios.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hapipal/tandy/issues"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/call": "^9.0.1",
"@hapi/hoek": "^11.0.2",
"joi": "^17.7.1",
"lodash": "^4.17.21"
},
"peerDependencies": {
"@hapi/hapi": ">=20 <22",
"@hapipal/schwifty": "^6.2.0"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/hapi": ">=19 <22",
"@hapi/lab": "^25.1.2",
"coveralls": "^3.1.1",
"eslint": "^8.34.0",
"knex": "^2.4.2",
"objection": "^3.0.1",
"@hapipal/schwifty": "^6.2.0",
"sqlite3": "^5.1.4"
},
"homepage": "https://github.com/hapipal/tandy"
}