{
  "name": "strapi-plugin-sso-salt",
  "version": "0.8.0",
  "description": "Plug-in for single sign-on with Strapi!",
  "strapi": {
    "displayName": "Single Sign On",
    "name": "strapi-plugin-sso",
    "description": "Version 4 enables single sign-on",
    "kind": "plugin"
  },
  "scripts": {
    "test": "jest",
    "lint": "eslint"
  },
  "keywords": [
    "strapi",
    "plugin",
    "oauth",
    "SSO",
    "Google",
    "Cognito"
  ],
  "peerDependencies": {
    "@strapi/strapi": "^4.0.0"
  },
  "dependencies": {
    "generate-password": "^1.7.1",
    "https-proxy-agent": "^7.0.6",
    "pkce-challenge": "^3.1.0"
  },
  "author": {
    "name": "yasudacloud",
    "url": "https://github.com/yasudacloud/strapi-plugin-sso"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yasudacloud/strapi-plugin-sso"
  },
  "bugs": {
    "url": "https://github.com/yasudacloud/strapi-plugin-sso/issues"
  },
  "maintainers": [
    {
      "name": "yasudacloud"
    }
  ],
  "engines": {
    "node": ">=16.0.0 <21.0.0",
    "npm": ">=7.0.0"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "eslint": "^9.0.0",
    "jest": "^29.3.1"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "/node_modules/",
      ".tmp",
      ".cache"
    ],
    "testEnvironment": "node"
  }
}
