{
  "name": "@next-auth/typeorm-legacy-adapter",
  "version": "0.0.2-canary.129+0b5d8ad",
  "description": "TypeORM (legacy) adapter for next-auth.",
  "homepage": "https://next-auth.js.org",
  "repository": "https://github.com/nextauthjs/adapters",
  "bugs": {
    "url": "https://github.com/nextauthjs/adapters/issues"
  },
  "author": "Iain Collins",
  "main": "dist/index.js",
  "files": [
    "dist",
    "index.d.ts"
  ],
  "license": "ISC",
  "keywords": [
    "next-auth",
    "next.js",
    "oauth",
    "typeorm"
  ],
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "babel src --out-dir dist",
    "test": "echo \"TODO: Add tests...\"; exit 0",
    "test-fix": "yarn run db:start && yarn run test:db && yarn run db:stop",
    "test:db": "yarn run test:db:mysql && yarn run test:db:postgres && yarn run test:db:mongodb && yarn run test:db:mssql",
    "test:db:mysql": "./tests/mysql.sh",
    "test:db:postgres": "./tests/postgres.sh",
    "test:db:mongodb": "node tests/mongodb.js",
    "test:db:mssql": "node tests/mssql.js",
    "db:start": "docker-compose -f tests/docker/databases.yml up -d",
    "db:stop": "docker-compose -f tests/docker/databases.yml down --remove",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "dependencies": {
    "@babel/runtime": "^7.14.0",
    "require_optional": "^1.0.1",
    "typeorm": "^0.2.30"
  },
  "devDependencies": {
    "assert": "^2.0.0",
    "jest": "^26.6.3",
    "mongodb": "^3.6.3",
    "mssql": "^6.3.1",
    "mysql": "^2.18.1",
    "pg": "^8.5.1",
    "typeorm-adapter": "^1.2.0"
  },
  "peerDependencies": {
    "mongodb": "^3.5.9",
    "mssql": "^6.2.1",
    "mysql": "^2.18.1",
    "next-auth": "^3.1.0",
    "pg": "^8.2.1"
  },
  "peerDependenciesMeta": {
    "mongodb": {
      "optional": true
    },
    "mysql": {
      "optional": true
    },
    "mssql": {
      "optional": true
    },
    "pg": {
      "optional": true
    }
  },
  "gitHead": "0b5d8adb191e0929f9322a084ba74badd1643d43"
}
