{
  "name": "sanity-plugin-bulk-actions-table",
  "version": "1.0.4",
  "description": "A powerful table view plugin for Sanity Studio v3/v4 with bulk actions, column selection, and document management capabilities",
  "keywords": [
    "sanity",
    "sanity-plugin",
    "sanity-studio",
    "sanity-v3",
    "sanity-bulk-actions",
    "sanity-table-view",
    "sanity-document-management",
    "sanity-structure-tool"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/contentwrap/sanity-plugin-bulk-actions-table.git"
  },
  "homepage": "https://github.com/contentwrap/sanity-plugin-bulk-actions-table#readme",
  "bugs": {
    "url": "https://github.com/contentwrap/sanity-plugin-bulk-actions-table/issues"
  },
  "license": "MIT",
  "author": "ContentWrap <tamba@contentwrap.io>",
  "sideEffects": false,
  "type": "module",
  "scripts": {
    "build": "plugin-kit verify-package --silent && pkg-utils build --strict --check --clean",
    "format": "prettier --write --cache --ignore-unknown .",
    "link-watch": "plugin-kit link-watch",
    "lint": "eslint .",
    "prepublishOnly": "npm run build",
    "watch": "pkg-utils watch --strict",
    "dev": "run-s watch",
    "typecheck": "tsc --noEmit"
  },
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "CHANGELOG.md"
  ],
  "sanityPlugin": {
    "verifyPackage": {
      "eslintImports": false,
      "sanityV2Json": false
    }
  },
  "dependencies": {
    "classnames": "^2.5.1",
    "lodash.debounce": "^4.0.8",
    "lodash.get": "^4.4.2",
    "nanoid": "^5.1.5",
    "pluralize": "^8.0.0",
    "react-error-boundary": "^6.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.27.1",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-react": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "@sanity/cli": "^3.88.3",
    "@sanity/client": "^7.2.1",
    "@sanity/components": "^2.14.0",
    "@sanity/icons": "^3.7.0",
    "@sanity/incompatible-plugin": "^1.0.5",
    "@sanity/pkg-utils": "^6.12.1",
    "@sanity/plugin-kit": "^4.0.19",
    "@sanity/ui": "^2.15.17",
    "@sanity/vision": "^3.88.3",
    "@trivago/prettier-plugin-sort-imports": "^5.2.2",
    "@types/lodash": "^4.17.20",
    "@types/lodash.debounce": "^4.0.9",
    "@types/lodash.get": "^4.4.9",
    "@types/pluralize": "^0.0.33",
    "@types/react": "^19.1.4",
    "@types/react-dom": "^19.1.5",
    "@types/styled-components": "^5.1.34",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "autoprefixer": "^10.4.21",
    "eslint": "^9.26.0",
    "eslint-config-sanity": "^7.1.4",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-prettier": "^5.4.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "json-reduce": "^3.0.0",
    "postcss": "^8.5.3",
    "prettier": "^3.5.3",
    "prettier-plugin-packagejson": "^2.5.13",
    "prop-types": "^15.8.1",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-icons": "^5.5.0",
    "rxjs": "^7.8.2",
    "sanity": "^3.88.3",
    "sanity-plugin-utils": "^1.6.7",
    "semantic-release": "^24.2.3",
    "styled-components": "^6.1.18",
    "typescript": "5.7.2"
  },
  "peerDependencies": {
    "react": "^18 || ^19",
    "sanity": "^3"
  },
  "browserslist": "extends @sanity/browserslist-config",
  "engines": {
    "node": ">=18"
  },
  "packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}
