zotero-types
Version:
This package contains type definitions for Zotero (https://www.zotero.org/) plugin.
53 lines (52 loc) • 1.3 kB
JSON
{
"name": "zotero-types",
"version": "4.1.0-beta.4",
"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.26",
"bumpp": "^10.3.1",
"epubjs": "github:zotero/epub.js#a6139d586b66d404f3da2b846598960c0394afc5",
"pdfjs-dist": "github:zotero-plugin-dev/zotero-pdfjs-types#8aa68e6"
},
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^16.2.3",
"octokit": "^5.0.3",
"prettier": "3.6.2",
"typescript-eslint": "^8.46.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"prettier": {
"printWidth": 80,
"tabWidth": 2,
"endOfLine": "lf"
},
"lint-staged": {
"*.d.ts": "prettier --write **/*.d.ts"
}
}