{
  "name": "@flink-app/oauth-plugin",
  "version": "1.0.0",
  "description": "Flink plugin for OAuth 2.0 authentication with GitHub and Google providers",
  "author": "joel@frost.se",
  "license": "MIT",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "mongodb": "^6.15.0"
  },
  "devDependencies": {
    "@types/jasmine": "^3.7.1",
    "@types/jwt-simple": "^0.5.36",
    "@types/node": "22.13.10",
    "jwt-simple": "^0.5.6",
    "ts-node": "^10.9.2",
    "tsc-watch": "^4.2.9",
    "@flink-app/flink": "1.0.0",
    "@flink-app/jwt-auth-plugin": "1.0.0",
    "@flink-app/test-utils": "1.0.0"
  },
  "gitHead": "4243e3b3cd6d4e1ca001a61baa8436bf2bbe4113",
  "scripts": {
    "test": "jasmine-ts --config=./spec/support/jasmine.json",
    "test:watch": "nodemon --ext ts --exec 'jasmine-ts  --config=./spec/support/jasmine.json'",
    "build": "tsc --project tsconfig.dist.json",
    "watch": "tsc-watch --project tsconfig.dist.json",
    "clean": "rimraf dist .flink"
  }
}