schwifty
Version:
A hapi plugin integrating Objection ORM
56 lines (55 loc) • 1.28 kB
JSON
{
"name": "schwifty",
"version": "5.4.1",
"description": "A hapi plugin integrating Objection ORM",
"main": "lib/index.js",
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -I \"FinalizationRegistry,WeakRef\"",
"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": ">=8.x.x"
},
"keywords": [
"hapi",
"joi",
"plugin",
"objection",
"database",
"orm"
],
"dependencies": {
"@hapi/hoek": "8.x.x",
"@hapi/joi": "16.x.x",
"toys": "2.x.x"
},
"peerDependencies": {
"@hapi/hapi": ">=17 <21",
"@hapi/joi": ">=16",
"knex": ">=0.16",
"objection": ">=1 <3"
},
"devDependencies": {
"@hapi/code": "6.x.x",
"@hapi/hapi": "18.x.x",
"@hapi/hapi-20": "npm:@hapi/hapi@20",
"@hapi/lab": "20.x.x",
"@hapi/somever": "2.x.x",
"ahem": "1.x.x",
"coveralls": "3.x.x",
"joi": "17.x.x",
"knex": "0.20.x",
"objection": "2.x.x",
"sqlite3": "4.x.x"
},
"author": "William Woodruff <bill@bigroomstudios.com>",
"license": "MIT"
}