{
  "name": "@packall/cli",
  "version": "0.5.4",
  "description": "Bundle npm packages and their full dependency closure into tarballs you can import into a registry behind a restricted network.",
  "keywords": [
    "airgap",
    "artifactory",
    "bundle",
    "mirror",
    "nexus",
    "npm",
    "offline",
    "registry",
    "verdaccio"
  ],
  "homepage": "https://packall.vercel.app",
  "bugs": {
    "url": "https://gitlab.com/yelev/packall/-/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/yelev/packall.git",
    "directory": "packages/cli"
  },
  "bin": {
    "npmb": "./dist/bin.js",
    "packall": "./dist/bin.js"
  },
  "files": [
    "dist",
    "src"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./bin": "./dist/bin.js",
    "./node": "./dist/node/index.js",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@effect/platform-node": "4.0.0-beta.103",
    "@effect/platform-node-shared": "4.0.0-beta.103",
    "effect": "4.0.0-beta.103",
    "@packall/core": "0.5.4",
    "@packall/registry-npm": "0.5.4"
  },
  "engines": {
    "node": ">=20.11.0"
  },
  "documentation": "https://packall.vercel.app/docs/api/cli",
  "scripts": {
    "build": "tsdown",
    "check": "tsc -p tsconfig.json",
    "test": "vitest run"
  }
}