makemehapi
Version:
Self guided workshops to teach you about hapi.
62 lines (61 loc) • 1.62 kB
JSON
{
"name": "makemehapi",
"version": "7.1.4",
"repository": {
"type": "git",
"url": "git://github.com/ccarruitero/makemehapi"
},
"license": "BSD",
"bin": {
"makemehapi": "./bin/makemehapi"
},
"engines": {
"node": ">=0.10.32"
},
"description": "Self guided workshops to teach you about hapi.",
"main": "index.js",
"scripts": {
"start": "node ./bin/makemehapi.js",
"lint": "eslint *.js exercises/**/**/*.js i18n/**/*.json",
"test": "npm run lint && workshopper-adventure-test",
"release": "standard-version"
},
"dependencies": {
"@hapi/basic": "^6.0.0",
"@hapi/boom": "^9.1.0",
"@hapi/h2o2": "^9.0.1",
"@hapi/hapi": "^20.0.2",
"@hapi/inert": "^6.0.1",
"@hapi/joi": "^17.1.1",
"@hapi/vision": "^6.0.0",
"bl": "^4.0.0",
"colors-tmpl": "^1.0.0",
"combined-stream": "^1.0.8",
"form-data": "^3.0.0",
"handlebars": "^4.7.2",
"hyperquest": "^2.1.3",
"rot13-transform": "^1.0.0",
"through2": "^4.0.2",
"workshopper-adventure": "^7.0.0",
"workshopper-exercise": "^3.0.1",
"workshopper-wrappedexec": "^0.1.3"
},
"peerDependencies": {},
"keywords": [
"hapijs",
"hapi"
],
"preferGlobal": true,
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"standard": "^16.0.3",
"standard-version": "^9.0.0",
"workshopper-adventure-test": "^1.2.0"
}
}