{
  "name": "@contrast/dep-hooks",
  "version": "1.32.1",
  "description": "Post hooks for Module.prototype.require",
  "license": "SEE LICENSE IN LICENSE",
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
  "files": [
    "lib/",
    "!*.test.*",
    "!tsconfig.*",
    "!*.map"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "npm": ">=6.13.7 <7 || >=8.3.1",
    "node": ">=16.9.1"
  },
  "scripts": {
    "build": "tsc --build src/",
    "test": "bash ../scripts/test.sh"
  },
  "dependencies": {
    "@contrast/common": "1.41.1",
    "@contrast/core": "1.63.1",
    "@contrast/find-package-json": "1.1.0",
    "@contrast/logger": "1.36.1",
    "semver": "7.6.3"
  }
}
