{
  "name": "supertokens-mcp-plugin",
  "version": "1.0.3",
  "description": "MCP plugin for SuperTokens",
  "main": "index.js",
  "bin": "lib/build/stdio.js",
  "scripts": {
    "build": "cd lib && rm -rf build && npx tsc -p tsconfig.json",
    "pretty": "npx pretty-quick . --ignore-path .gitignore",
    "build-pretty": "npm run build && npm run pretty && npm run pretty",
    "pretty-check": "npx pretty-quick --check ."
  },
  "keywords": [
    "auth",
    "authentication",
    "authorisation",
    "nodejs",
    "supertokens",
    "jwt",
    "refresh tokens",
    "mcp",
    "ai"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/supertokens/mcp-plugin.git"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./index": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./index.js": {
      "types": "./index.d.ts",
      "default": "./index.js"
    }
  },
  "author": "sattvikc",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/supertokens/supertokens-node/issues"
  },
  "homepage": "https://github.com/supertokens/supertokens-node#readme",
  "peerDependencies": {
    "@modelcontextprotocol/sdk": "^1.13.0",
    "supertokens-node": "latest",
    "zod": "^3.25.67"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^24.0.10",
    "prettier": "2.0.5",
    "pretty-quick": "^3.1.1",
    "typescript": "^4.7.2"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "debug": "^4.4.1"
  }
}
