{
  "name": "datocms-plugin-slug-prefixer",
  "description": "Display dynamic, query-driven prefixes on slug fields using your DatoCMS content",
  "homepage": "https://github.com/JamesCodes/dato-cms-slug-prefixer",
  "private": false,
  "version": "1.0.1",
  "license": "MIT",
  "author": "JamesCodes <contact@jamescodes.co.uk>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JamesCodes/dato-cms-slug-prefixer.git"
  },
  "bugs": {
    "url": "https://github.com/JamesCodes/dato-cms-slug-prefixer/issues"
  },
  "type": "module",
  "keywords": [
    "datocms-plugin"
  ],
  "datoCmsPlugin": {
    "title": "Slug Prefixer",
    "coverImage": "docs/cover-1200x800.png",
    "entryPoint": "dist/index.html",
    "permissions": []
  },
  "files": [
    "dist",
    "docs/cover-1200x800.png"
  ],
  "dependencies": {
    "@uiw/react-textarea-code-editor": "^3.1.1",
    "datocms-plugin-sdk": "*",
    "datocms-react-ui": "*",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.0",
    "@types/node": "^25.2.3",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.1",
    "globals": "^15.9.0",
    "refractor": "^5.0.0",
    "rehype-prism-plus": "^2.0.2",
    "typescript": "^5.5.3",
    "vite": "^5.4.1"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "preview": "vite preview",
    "lint": "biome check .",
    "lint:fix": "biome check --write ."
  }
}