{
  "name": "@stephansama/multipublish",
  "version": "1.0.13",
  "description": "Publish packages to multiple providers easily",
  "keywords": [
    "multipublish",
    "tanstack-intent"
  ],
  "homepage": "https://packages.stephansama.info/api/@stephansama/multipublish",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephansama/packages.git",
    "directory": "core/multipublish"
  },
  "license": "MIT",
  "author": {
    "name": "Stephan Randle",
    "email": "stephanrandle.dev@gmail.com",
    "url": "https://stephansama.info"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./cli": "./dist/cli.mjs",
    "./package.json": "./package.json",
    "./schema": "./dist/schema.mjs",
    "./schema.json": "./dist/schema.json"
  },
  "types": "./config/schema.d.cts",
  "bin": {
    "multipublish": "./dist/cli.mjs"
  },
  "files": [
    "dist",
    "config",
    "skills"
  ],
  "dependencies": {
    "@manypkg/find-root": "3.1.0",
    "@manypkg/get-packages": "3.1.0",
    "cosmiconfig": "9.0.0",
    "dedent": "1.7.2",
    "obug": "2.1.1",
    "package-manager-detector": "1.6.0",
    "tinyglobby": "0.2.16",
    "yaml": "2.8.2",
    "yargs": "18.0.0",
    "zod": "4.2.1"
  },
  "devDependencies": {
    "@tanstack/intent": "0.0.41",
    "@types/yargs": "17.0.35",
    "es-toolkit": "1.43.0",
    "jsr": "0.13.5",
    "tsdown": "0.21.10",
    "tsx": "4.21.0"
  },
  "peerDependencies": {
    "jsr": ">=0.10"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsdown",
    "build:snapshot": "tsdown -u",
    "dev": "tsdown --watch",
    "lint": "eslint ./src/ --pass-on-no-patterns --no-error-on-unmatched-pattern",
    "lint:fix": "eslint ./src/ --pass-on-no-patterns --no-error-on-unmatched-pattern --fix"
  }
}