UNPKG

@webda/hawk

Version:

Implements Hawk on webda

68 lines (67 loc) 1.39 kB
{ "name": "@webda/hawk", "version": "3.7.2", "description": "Implements Hawk on webda", "keywords": [ "hawk", "webda" ], "author": "Remi Cattiau <remi@cattiau.com>", "repository": "git://github.com/loopingz/webda.io.git", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "webda build", "build:watch": "webda build --watch", "pretest": "npm run build", "lint": "prettier --check src/**/*", "lint:fix": "prettier --write src/**/*", "test": "c8 mocha", "test:debug": "mocha src/**/*.spec.ts src/*.spec.ts" }, "dependencies": { "@webda/core": "^3.18.1", "hawk": "^9.0.0", "is-in-subnet": "^4.0.1", "jsonwebtoken": "^9.0.0" }, "files": [ "lib", "test", "webda.module.json" ], "c8": { "report-dir": "./reports", "reporter": [ "html", "lcov", "json", "text" ], "exclude": [ "**/*.spec.ts" ] }, "homepage": "https://webda.io", "publishConfig": { "access": "public" }, "webda": { "namespace": "Webda" }, "devDependencies": { "@types/node": "18.11.13", "@webda/shell": "^3.13.2" }, "type": "module", "engines": { "node": ">=18.0.0" }, "nx": { "implicitDependencies": [ "@webda/core", "@webda/shell" ] }, "gitHead": "1f7922b43dc46514e644e94c88f4c354a51bf4a1" }