{
  "name": "verdaccio-google-cloud",
  "version": "11.1.3",
  "description": "Google Cloud Storage plugin for Verdaccio",
  "type": "module",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "files": [
    "lib/"
  ],
  "engines": {
    "node": ">=24"
  },
  "keywords": [
    "verdaccio",
    "verdaccio-plugin",
    "google-cloud",
    "datastore",
    "storage"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/verdaccio/verdaccio-google-cloud"
  },
  "author": "Juan Picado <juanpicado19@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@google-cloud/datastore": "10.1.0",
    "@google-cloud/storage": "7.19.0",
    "@verdaccio/config": "9.0.0-next-9.18",
    "@verdaccio/core": "9.0.0-next-9.18",
    "@verdaccio/streams": "11.0.0-6-next.5",
    "debug": "4.4.3"
  },
  "devDependencies": {
    "@changesets/changelog-github": "0.5.2",
    "@changesets/cli": "2.29.8",
    "@trivago/prettier-plugin-sort-imports": "4.3.0",
    "@types/debug": "4.1.12",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/node": "25.5.0",
    "@verdaccio/eslint-config": "12.0.0",
    "@verdaccio/plugin-verifier": "1.0.0-next-9.14",
    "@verdaccio/types": "13.0.1",
    "cross-env": "^7.0.3",
    "eslint": "10.0.2",
    "prettier": "3.8.1",
    "rimraf": "^5.0.0",
    "typescript": "5.9.3",
    "typescript-eslint": "8.57.1",
    "vite": "8.0.5",
    "vite-plugin-dts": "4.5.4",
    "vitest": "4.1.0"
  },
  "scripts": {
    "clean": "rimraf ./lib",
    "test": "vitest run",
    "test:watch": "vitest",
    "type-check": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
    "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
    "build": "vite build",
    "ci:version:changeset": "changeset version",
    "ci:version": "pnpm ci:version:changeset && npm run ci:version:install",
    "ci:version:install": "pnpm install --frozen-lockfile=false",
    "ci:publish": "changeset publish"
  }
}