{
  "name": "supertokens-node",
  "type": "module",
  "version": "0.0.2",
  "private": true,
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "start": "vite-node ./index.ts",
    "lint": "eslint .",
    "build": "tsc"
  },
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.21.2",
    "supertokens-mcp-plugin": "file:../../..",
    "typescript": "^4.7.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.16.0",
    "@types/cors": "^2.8.12",
    "@types/express": "^4.17.17",
    "@types/node": "^16.11.38",
    "eslint": "^9.16.0",
    "globals": "^15.13.0",
    "typescript-eslint": "^8.18.0",
    "vite-node": "^2.1.8"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}
