UNPKG

@hapipal/schmervice

Version:
45 lines (44 loc) 1 kB
{ "name": "@hapipal/schmervice", "version": "3.0.0", "description": "A service layer for hapi", "main": "lib/index.js", "types": "lib/index.d.ts", "engines": { "node": ">=16" }, "directories": { "test": "test" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L test/*.js", "coveralls": "lab -r lcov test/*.js | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/hapipal/schmervice.git" }, "keywords": [ "hapi", "hapijs", "services", "architecture", "caching" ], "author": "Devin Ivy <devin@bigroomstudios.com>", "license": "MIT", "bugs": { "url": "https://github.com/hapipal/schmervice/issues" }, "homepage": "https://github.com/hapipal/schmervice#readme", "peerDependencies": { "@hapi/hapi": ">=20 <22" }, "devDependencies": { "@hapi/code": "^9.0.3", "@hapi/hapi": "^21.3.0", "@hapi/lab": "^25.1.2", "@hapipal/ahem": "^3.0.0", "coveralls": "^3.1.1" } }