{
  "name": "@tfso/js-auth",
  "repository": "https://github.com/tfso/js-tfso-auth",
  "version": "3.3.16",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "npm run build:clean && npm run build:module && npm run build:browser",
    "build:clean": "rm -rf dist",
    "build:module": "tsc -p tsconfig.json",
    "build:browser": "rollup -c rollup.config.browser.js --bundleConfigAsCjs",
    "test": "echo no tests!"
  },
  "peerDependencies": {
    "ably": ">=1 <3"
  },
  "dependencies": {
    "ably": "^2.14.0",
    "auth0-js": "^9.29.0",
    "eventemitter3": "^5.0.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/auth0-js": "9.21.6",
    "cross-env": "^10.1.0",
    "rollup": "^4.53.3",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  }
}
