{
  "name": "remix-auth-vk",
  "description": "The VK strategy is used to authenticate users against a VK account. It extends the OAuth2Strategy.",
  "version": "1.1.3",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "typecheck": "tsc --project tsconfig.json --noEmit",
    "lint": "eslint . --fix --ignore-path .gitignore",
    "format": "prettier --config .prettierrc --write --list-different --ignore-path .gitignore .",
    "prepare": "husky install"
  },
  "keywords": [
    "remix",
    "remix-auth",
    "oauth",
    "auth",
    "authentication",
    "strategy",
    "vk-auth"
  ],
  "author": {
    "name": "Nikita Shirobokov",
    "email": "ns.shirobokov@gmail.com",
    "url": "https://github.com/nikshirobokov"
  },
  "repository": {
    "url": "https://github.com/nikshirobokov/remix-auth-vk.git",
    "type": "git"
  },
  "license": "MIT",
  "files": [
    "build",
    "package.json",
    "README.md"
  ],
  "peerDependencies": {
    "@remix-run/server-runtime": "^1.6.2",
    "remix-auth": "^3.2.2"
  },
  "devDependencies": {
    "@remix-run/node": "^1.6.2",
    "@remix-run/react": "^1.6.2",
    "@remix-run/server-runtime": "^1.6.2",
    "@types/jest": "^28.1.3",
    "@typescript-eslint/eslint-plugin": "^5.30.0",
    "@typescript-eslint/parser": "^5.30.0",
    "babel-jest": "^28.1.2",
    "eslint": "^8.18.0",
    "eslint-config-galex": "^4.1.4",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "ts-node": "^10.8.1",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "remix-auth-oauth2": "^1.2.2"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": "yarn lint",
    "*.{js,jsx,ts,tsx,css,json,md}": "yarn format"
  }
}
