{
  "scripts": {
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "prettier": "prettier --write .",
    "build": "tsc",
    "start": "ts-node src/index.ts collection",
    "collection": "ts-node src/index.ts collection",
    "generate": "ts-node src/index.ts generate",
    "collectionByJson": "ts-node src/index.ts collectionByJson",
    "help": "ts-node src/index.ts help"
  },
  "dependencies": {
    "commander": "^11.1.0",
    "fs": "^0.0.1-security",
    "lodash": "^4.17.21",
    "toml": "^3.0.0",
    "ts-node": "^10.9.1",
    "zotero-lib": "^1.0.98"
  },
  "devDependencies": {
    "@types/node": "^20.6.3",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "eslint": "^8.49.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-prettier": "^5.0.0",
    "prettier": "^3.0.3",
    "typescript": "^5.3.3"
  },
  "name": "zotero-categorise",
  "description": "A command-line tool to manage Zotero collections by placing items into specific collections based on their title, description, and tags.",
  "version": "1.0.3",
  "main": "dist/index.js",
  "bin": {
    "zotero-categorise": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenDevEd/Zotero-Categorise.git"
  },
  "keywords": [
    "Zotero-Categorise",
    "Zotero",
    "Zotero-Lib",
    "Cli"
  ],
  "author": "OPEN DEVELOPMENT & EDUCATION",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/OpenDevEd/Zotero-Categorise/issues"
  },
  "homepage": "https://github.com/OpenDevEd/Zotero-Categorise#readme"
}