{
  "name": "paste.gg",
  "version": "1.1.4",
  "description": "An easy-to-use library for interacting with the Paste.GG API. Contains examples, strong JSDocs, TypeScript types, and support for Node.js 12+. Works in both JavaScript and TypeScript.",
  "license": "MIT",
  "author": "Seren_Modz 21",
  "type": "module",
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.mjs",
  "types": "./dist/cjs/index.d.cts",
  "exports": {
    "import": {
      "types": "./dist/esm/index.d.mts",
      "default": "./dist/esm/index.mjs"
    },
    "require": {
      "types": "./dist/cjs/index.d.cts",
      "default": "./dist/cjs/index.cjs"
    }
  },
  "homepage": "https://github.com/SerenModz21/paste.gg#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SerenModz21/paste.gg.git"
  },
  "bugs": {
    "url": "https://github.com/SerenModz21/paste.gg/issues"
  },
  "keywords": [
    "paste.gg",
    "api",
    "wrapper"
  ],
  "files": [
    "dist/",
    "!dist/.tsbuildinfo"
  ],
  "scripts": {
    "build": "tsdown",
    "typecheck": "tsc --noEmit",
    "prepack": "yarn build",
    "bump": "cliff-jumper",
    "check-update": "cliff-jumper --dry-run"
  },
  "devDependencies": {
    "@commitlint/cli": "20.5.3",
    "@commitlint/config-conventional": "20.5.3",
    "@favware/cliff-jumper": "6.1.0",
    "@favware/npm-deprecate": "2.0.0",
    "@types/node": "24.12.2",
    "prettier": "3.8.3",
    "pretty-quick": "4.2.2",
    "tsdown": "0.21.10",
    "typescript": "6.0.3",
    "unplugin-replace": "0.9.0"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "yarn@4.14.1"
}