UNPKG

@fabrix/spool-hapi

Version:

Spool - Hapi.js. This spool binds the routes compiled in spool-router to a Hapi Server.

83 lines (82 loc) 2.04 kB
{ "name": "@fabrix/spool-hapi", "version": "1.6.1", "description": "Spool - Hapi.js. This spool binds the routes compiled in spool-router to a Hapi Server.", "scripts": { "build": "tsc -p ./lib/tsconfig.release.json", "lint": "tslint -p ./lib", "watch": "tsc -w -p ./lib/tsconfig.release.json", "test": "npm run clean && npm run lint && npm run build && nyc mocha", "prepublishOnly": "npm run compile", "compile": "npm run clean && npm run build", "clean": "rm -rf dist", "ci": "cd .. && ci" }, "repository": { "type": "git", "url": "git+https://github.com/fabrix-app/spool-hapi.git" }, "homepage": "https://fabrix.app", "author": { "name": "scott-wyatt", "email": "scottwyatt86@gmail.com", "url": "https://cali-style.com" }, "contributors": [ { "name": "Travis Web", "url": "https://github.com/tjwebb" } ], "keywords": [ "fabrix", "fabrix-app", "hapi", "hapijs", "server", "spool", "microservices" ], "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "pre-commit": [ "test" ], "dependencies": { "hapi": "^17", "vision": "^5.4.0", "lodash": "^4.17.11" }, "devDependencies": { "@fabrix/fabrix": "^1.6.0", "@fabrix/lint": "^1.0.0-alpha.3", "@fabrix/spool-i18n": "^1.5.0", "@fabrix/spool-router": "^1.6.0", "@fabrix/spool-sequelize": "^1.6.0", "@fabrix/spool-tapestries": "^1.6.0", "@types/hapi": "^17.1.1", "@types/lodash": "^4.14.109", "inert": "^5", "mocha": "^5", "nyc": "^13.1.0", "smokesignals": "^3", "sqlite3": "^4.0.0", "supertest": "^3.3.0", "tslib": "~1.9.0", "tslint": "~5.10.0", "tslint-microsoft-contrib": "~5.0.3", "tsutils": "~2.27.1", "typescript": "~2.8.1" }, "peerDependencies": { "@fabrix/fabrix": "^1.5.2", "@fabrix/spool-router": "^1.5.0" }, "license": "MIT", "bugs": { "url": "https://github.com/fabrix-app/spool-hapi/issues" } }