{
  "name": "@definitelytyped/utils",
  "version": "0.1.15",
  "description": "Shared utilities for DefinitelyTyped tools",
  "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/utils#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/DefinitelyTyped-tools.git",
    "directory": "packages/utils"
  },
  "bugs": {
    "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
  },
  "dependencies": {
    "@types/node": "^25.3.3",
    "cachedir": "^2.4.0",
    "charm": "^1.0.2",
    "libnpmpublish": "^11.1.3",
    "minimatch": "^10.2.4",
    "npm-registry-fetch": "^19.1.1",
    "tar": "^7.5.9",
    "tar-stream": "^3.1.8",
    "which": "^6.0.1"
  },
  "devDependencies": {
    "@types/charm": "^1.0.6",
    "@types/libnpmpublish": "^9.0.1",
    "@types/npm-registry-fetch": "^8.0.9",
    "@types/tar-stream": "^3.1.4",
    "@types/which": "^3.0.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.17.0"
  },
  "scripts": {
    "build": "tsc -b",
    "test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/utils"
  }
}