{
  "name": "@verdaccio/types",
  "version": "13.0.3",
  "description": "Verdaccio Type Definitions",
  "keywords": [
    "enterprise",
    "modules",
    "package",
    "private",
    "proxy",
    "registry",
    "repository",
    "server",
    "verdaccio"
  ],
  "homepage": "https://verdaccio.org",
  "bugs": {
    "url": "https://github.com/verdaccio/verdaccio/issues"
  },
  "license": "MIT",
  "author": "Juan Picado <juanpicado19@gmail.com>",
  "repository": {
    "type": "https",
    "url": "https://github.com/verdaccio/verdaccio",
    "directory": "packages/core/types"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/verdaccio"
  },
  "main": "src/types.ts",
  "types": "src/types.ts",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/jsonwebtoken": "9.0.6",
    "@types/ms": "2.1.0",
    "typedoc": "0.28.14"
  },
  "typedoc": {
    "displayName": "@verdaccio/types",
    "entryPoint": "./src/types.ts",
    "readmeFile": "./README.md"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "clean": "rimraf ./build",
    "test": "pnpm type-check",
    "build:docs": "typedoc --options ./typedoc.json --tsconfig tsconfig.build.json",
    "type-check": "tsc --noEmit -p tsconfig.build.json",
    "build": "echo 0"
  }
}