{
  "$schema": "https://json.schemastore.org/package",
  "name": "@strapi-community/plugin-io",
  "version": "5.8.3",
  "description": "Socket.IO plugin for Strapi v5 — real-time events, OAuth, presence, and Redis scaling.",
  "keywords": [
    "strapi",
    "strapi-plugin",
    "plugin",
    "strapi plugin",
    "socket",
    "socket io",
    "io"
  ],
  "type": "commonjs",
  "exports": {
    "./package.json": "./package.json",
    "./strapi-admin": {
      "source": "./admin/src/index.js",
      "import": "./dist/admin/index.mjs",
      "require": "./dist/admin/index.js",
      "default": "./dist/admin/index.js"
    },
    "./strapi-server": {
      "source": "./server/src/index.js",
      "import": "./dist/server/index.mjs",
      "require": "./dist/server/index.js",
      "default": "./dist/server/index.js"
    }
  },
  "files": [
    "dist",
    "types.d.ts",
    "README.md"
  ],
  "scripts": {
    "build": "strapi-plugin build",
    "watch": "strapi-plugin watch",
    "watch:link": "strapi-plugin watch:link",
    "verify": "strapi-plugin verify",
    "lint": "eslint . --fix",
    "format": "prettier --write \"./**/*.{js,json,yml,md}\"",
    "docs:dev": "npm --prefix docs run dev",
    "docs:build": "npm --prefix docs run build",
    "test": "node --test tests/*.test.js"
  },
  "dependencies": {
    "date-fns": "^3.6.0",
    "socket.io": "^4.8.3",
    "socket.io-client": "^4.8.3",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.2",
    "@semantic-release/npm": "^12.0.1",
    "@semantic-release/release-notes-generator": "^14.0.1",
    "@strapi/design-system": "^2.2.3",
    "@strapi/icons": "^2.2.3",
    "@strapi/sdk-plugin": "6.0.1",
    "@strapi/strapi": "^5.51.1",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.2",
    "prettier": "^3.9.6",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-router-dom": "^6.30.4",
    "semantic-release": "^24.2.3",
    "styled-components": "^6.4.4"
  },
  "peerDependencies": {
    "@strapi/design-system": "^2.0.0-rc.1",
    "@strapi/icons": "^2.0.0-rc.1",
    "@strapi/strapi": "^5.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "^6.0.0",
    "styled-components": "^6.0.0"
  },
  "peerDependenciesMeta": {
    "@strapi/design-system": {
      "optional": true
    },
    "@strapi/icons": {
      "optional": true
    }
  },
  "strapi": {
    "name": "io",
    "displayName": "IO",
    "description": "Socket.IO plugin for Strapi v5 — real-time events, OAuth, presence, and Redis scaling.",
    "kind": "plugin"
  },
  "engines": {
    "node": ">=18.0.0 <=22.x.x",
    "npm": ">=6.0.0"
  },
  "author": {
    "name": "@ComfortablyCoding",
    "url": "https://github.com/ComfortablyCoding"
  },
  "maintainers": [
    {
      "name": "@ComfortablyCoding",
      "url": "https://github.com/ComfortablyCoding",
      "lead": true
    },
    {
      "name": "@hrdunn",
      "url": "https://github.com/hrdunn"
    }
  ],
  "homepage": "https://strapi-community.github.io/plugin-io/",
  "repository": {
    "type": "git",
    "url": "https://github.com/strapi-community/plugin-io.git"
  },
  "bugs": {
    "url": "https://github.com/strapi-community/plugin-io/issues"
  },
  "license": "MIT"
}
