{
  "_from": "pipenet@^1.3.0",
  "_id": "pipenet@1.4.2",
  "_inBundle": false,
  "_integrity": "sha512-mPPqygXr7ccwImeaa8zReY9GubH/1r+kBNfqPVfKREQ1s8bKE3XlOqBMONxJAW4d3ZBNGzP9AZp9Axnhi5uOyw==",
  "_location": "/pipenet",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pipenet@^1.3.0",
    "name": "pipenet",
    "escapedName": "pipenet",
    "rawSpec": "^1.3.0",
    "saveSpec": null,
    "fetchSpec": "^1.3.0"
  },
  "_requiredBy": [
    "/mcp-proxy"
  ],
  "_resolved": "https://registry.npmjs.org/pipenet/-/pipenet-1.4.2.tgz",
  "_shasum": "bdb9207f1f01d9ed1c9e6390c325bc85bb9acf07",
  "_spec": "pipenet@^1.3.0",
  "_where": "/home/agtmxc5/mcp-servers/node_modules/mcp-proxy",
  "author": {
    "name": "Frank Fiegel",
    "email": "frank@glama.ai"
  },
  "bin": {
    "pipenet": "dist/cli.js"
  },
  "bugs": {
    "url": "https://github.com/punkpeye/pipenet/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "axios": "^1.7.3",
    "debug": "^4.3.6",
    "human-readable-ids": "^1.0.4",
    "koa": "^3.1.1",
    "koa-router": "^14.0.0",
    "pump": "^3.0.3",
    "tldjs": "^2.3.2",
    "yargs": "^18.0.0"
  },
  "deprecated": false,
  "description": "Expose your local server to the public internet instantly",
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@types/debug": "^4.1.12",
    "@types/koa": "^3.0.1",
    "@types/koa-router": "^7.4.9",
    "@types/node": "^25.0.9",
    "@types/pump": "^1.1.3",
    "@types/supertest": "^6.0.3",
    "@types/tldjs": "^2.3.4",
    "@types/ws": "^8.18.1",
    "@types/yargs": "^17.0.35",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-perfectionist": "^5.3.1",
    "jiti": "^2.6.1",
    "knip": "^6.13.1",
    "semantic-release": "^25.0.2",
    "supertest": "^7.2.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.53.0",
    "vitest": "^4.0.17",
    "ws": "^8.19.0"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "exports": {
    ".": {
      "types": "./dist/pipenet.d.ts",
      "import": "./dist/pipenet.js"
    },
    "./server": {
      "types": "./dist/server/index.d.ts",
      "import": "./dist/server/index.js"
    }
  },
  "homepage": "https://github.com/punkpeye/pipenet#readme",
  "main": "./dist/pipenet.js",
  "name": "pipenet",
  "packageManager": "pnpm@10.28.0",
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      "@semantic-release/github"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/punkpeye/pipenet.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint . && knip",
    "start:server": "node dist/server/index.js",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "type": "module",
  "types": "./dist/pipenet.d.ts",
  "version": "1.4.2"
}
