{
  "name": "@ziuchen/super-clipboard-userscripts",
  "version": "0.6.2",
  "description": "SuperClipboard script-market manifest, bundled .user.js sources, and a small JS library (URL helpers, manifest validator, mirror presets).",
  "keywords": [
    "clipboard",
    "manifest",
    "superclipboard",
    "userscript",
    "utools"
  ],
  "homepage": "https://github.com/super-clipboard/userscripts",
  "bugs": {
    "url": "https://github.com/super-clipboard/userscripts/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/super-clipboard/userscripts.git"
  },
  "files": [
    "lib",
    "manifest.json",
    "scripts"
  ],
  "type": "module",
  "main": "./lib/index.mjs",
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.mjs",
      "default": "./lib/index.mjs"
    },
    "./manifest.json": "./manifest.json",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "node scripts/build-manifest.mjs",
    "test": "node --test tests/lib.test.mjs",
    "prepublishOnly": "node scripts/build-manifest.mjs && node --test tests/lib.test.mjs"
  },
  "devDependencies": {
    "@super-clipboard/userscript-types": "^0.7.0"
  }
}
