{
  "name": "@hapi/code",
  "description": "assertion library",
  "version": "9.0.3",
  "repository": "git://github.com/hapijs/code",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "test",
    "expect",
    "assertion"
  ],
  "files": [
    "lib"
  ],
  "eslintConfig": {
    "extends": [
      "plugin:@hapi/module"
    ]
  },
  "dependencies": {
    "@hapi/hoek": "^11.0.2"
  },
  "devDependencies": {
    "@hapi/eslint-plugin": "*",
    "@hapi/lab": "^25.0.1",
    "@types/node": "^17.0.25",
    "typescript": "~4.6.3"
  },
  "scripts": {
    "test": "lab -t 100 -L -Y",
    "test-cov-html": "lab -L -r html -o coverage.html"
  },
  "license": "BSD-3-Clause"
}
