{
  "name": "zotero-types",
  "version": "4.1.2",
  "description": "This package contains type definitions for Zotero (https://www.zotero.org/) plugin.",
  "main": "",
  "types": "index.d.ts",
  "typeScriptVersion": "2.0",
  "author": "windingwind",
  "license": "MIT",
  "keywords": [
    "zotero",
    "plugin",
    "types",
    "typing"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/windingwind/zotero-types.git"
  },
  "scripts": {
    "release": "bumpp",
    "prepare": "husky",
    "lint": "prettier --write . && eslint . --fix",
    "update-deps": "npm update --save"
  },
  "dependencies": {
    "@types/bluebird": "^3.5.42",
    "@types/react": "^18.3.28",
    "epubjs": "github:zotero/epub.js#a6139d586b66d404f3da2b846598960c0394afc5",
    "pdfjs-dist": "github:zotero-plugin-dev/zotero-pdfjs-types#main"
  },
  "devDependencies": {
    "bumpp": "^10.4.1",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "octokit": "^5.0.5",
    "prettier": "3.6.2",
    "typescript-eslint": "^8.56.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "prettier": {
    "printWidth": 80,
    "tabWidth": 2,
    "endOfLine": "lf"
  },
  "lint-staged": {
    "*.d.ts": "prettier --write **/*.d.ts"
  }
}
