@modernpoacher/halacious
Version:
A HAL processor for Hapi
80 lines (79 loc) • 1.98 kB
JSON
{
"name": "@modernpoacher/halacious",
"version": "7.0.213",
"description": "A HAL processor for Hapi",
"keywords": [
"HAL",
"Hapi",
"hypermedia",
"HATEOAS"
],
"main": "./src/index.mjs",
"type": "module",
"types": "./src/index.d.mts",
"author": {
"name": "Jonathan Perry for Modern Poacher Limited",
"email": "modernpoacher@modernpoacher.com",
"url": "https://modernpoacher.com"
},
"contributors": [
"Brad Leupen"
],
"license": "ISC",
"engines": {
"node": ">=22.11.0"
},
"repository": {
"type": "git",
"url": "git://github.com/modernpoacher/halacious.git"
},
"homepage": "https://github.com/modernpoacher/halacious",
"bugs": {
"url": "https://github.com/modernpoacher/halacious/issues"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky",
"test": "cross-env NODE_ENV=test mocha test"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/hoek": "^11.0.7",
"async": "^3.2.6",
"debug": "^4.4.0",
"joi": "^17.13.3",
"lodash": "^4.17.21",
"marked": "^15.0.8",
"negotiator": "^1.0.0",
"pug": "^3.0.3",
"urijs": "^1.19.11",
"url-template": "^3.1.1"
},
"devDependencies": {
"@hapi/hapi": "^21.4.0",
"@hapi/vision": "^7.0.3",
"@sequencemedia/eslint-config-standard": "^0.2.48",
"@sequencemedia/eslint-config-typescript": "^0.1.73",
"@sequencemedia/sinon-chai": "^0.0.140",
"@types/negotiator": "^0.6.3",
"chai": "^5.2.0",
"cross-env": "^7.0.3",
"eslint": "^9.24.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"mocha": "^11.1.0",
"sinon": "^20.0.0"
},
"imports": {
"#halacious": "./src/index.mjs",
"#halacious/*": "./src/*.mjs",
"#package": "./package.json",
"#where-am-i": "./where-am-i.mjs"
},
"exports": {
".": "./src/index.mjs",
"./utils": "./src/utils.mjs",
"./utils/*": "./src/utils/*.mjs"
}
}