jeanfortheweb/yaacl

View on GitHub
packages/hapi/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@yaacl/hapi",
  "version": "1.0.1",
  "description": "YAACL integration for hapi",
  "main": "es5/index.js",
  "types": "es5/index.d.ts",
  "scripts": {
    "test": "jest --forceExit",
    "coverage": "jest --coverage --forceExit",
    "prepublish": "tsc -p ./tsconfig.publish.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "acl",
    "security",
    "hapi"
  ],
  "author": "jeanfortheweb",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jeanfortheweb/yaacl"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/hapi": "^18.0.1",
    "@types/jest": "^24.0.11",
    "@types/joi": "^14.3.2",
    "@types/node": "^11.11.3",
    "@yaacl/memory-adapter": "^1.0.1",
    "jest": "^24.5.0",
    "ts-jest": "^24.0.0",
    "typescript": "^3.3.3333"
  },
  "jest": {
    "bail": true,
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "testRegex": "\\.spec\\.ts$"
  },
  "dependencies": {
    "@yaacl/core": "^1.0.1",
    "hapi": "^18.1.0",
    "joi": "^14.3.1"
  }
}