{
  "name": "@nodesecure/contact",
  "version": "2.0.0",
  "description": "Utilities to extract/fetch data on NPM contacts (author, maintainers ..)",
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc -b",
    "prepublishOnly": "npm run build",
    "test-only": "tsx --test ./test/**/*.spec.ts",
    "test": "c8 -r html npm run test-only",
    "test:tsd": "npm run build && tsd"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "author",
    "contact",
    "maintainer"
  ],
  "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NodeSecure/scanner.git"
  },
  "bugs": {
    "url": "https://github.com/NodeSecure/scanner/issues"
  },
  "homepage": "https://github.com/NodeSecure/tree/master/workspaces/contact#readme",
  "devDependencies": {
    "@faker-js/faker": "^9.7.0"
  },
  "dependencies": {
    "@nodesecure/npm-types": "^1.2.0",
    "type-fest": "^4.41.0"
  },
  "tsd": {
    "directory": "test/types"
  }
}
