{
  "name": "dedpaste",
  "version": "1.25.0",
  "description": "CLI pastebin application using Cloudflare Workers and R2",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "test": "NODE_OPTIONS=\"--experimental-vm-modules\" mocha test/**/*.test.js",
    "dev": "wrangler dev",
    "deploy": "npm run build && wrangler deploy",
    "build": "tsc && tsc -p tsconfig.cli.json",
    "format": "prettier --write 'src/**/*.{js,ts}'",
    "lint": "eslint --ext .js,.ts src/",
    "postinstall": "chmod +x ./cli/index.js",
    "prepublishOnly": "npm run build",
    "version": "git add -A ."
  },
  "bin": {
    "dedpaste": "./cli/index.js"
  },
  "files": [
    "dist",
    "cli",
    "src/types",
    "completion",
    "public",
    "README.md"
  ],
  "keywords": [
    "pastebin",
    "cli",
    "cloudflare",
    "r2"
  ],
  "author": "Cameron Banowsky",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anoncam/dedpaste.git"
  },
  "bugs": {
    "url": "https://github.com/anoncam/dedpaste/issues"
  },
  "homepage": "https://github.com/anoncam/dedpaste#readme",
  "engines": {
    "node": ">=18"
  },
  "overrides": {
    "undici": "7.24.4",
    "serialize-javascript": "7.0.5",
    "ws": "8.21.0",
    "diff": "8.0.3"
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20250303.0",
    "@types/inquirer": "^9.0.9",
    "@types/mime-types": "^3.0.1",
    "@types/node": "^22.13.10",
    "chai": "^6.2.2",
    "concurrently": "^9.1.2",
    "jest": "^29.7.0",
    "mocha": "^11.7.5",
    "typescript": "^5.8.2",
    "wrangler": "^4.60.0"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/server": "^11.11.0",
    "@emotion/styled": "^11.14.1",
    "@mui/material": "^7.3.1",
    "@types/highlight.js": "^9.12.4",
    "@types/marked": "^5.0.2",
    "clipboardy": "^4.0.0",
    "commander": "^13.1.0",
    "eslint": "^9.34.0",
    "highlight.js": "^11.11.1",
    "inquirer": "^12.9.4",
    "keybase-api": "^0.0.1",
    "marked": "^16.2.0",
    "mime-types": "^2.1.35",
    "mixpanel": "^0.18.1",
    "node-fetch": "^3.3.2",
    "openpgp": "^6.2.2",
    "prettier": "^3.6.2",
    "uuid": "^14.0.0"
  }
}
