{
  "name": "sso-clients",
  "version": "0.0.12",
  "description": "A TypeScript supported package for SSO login.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "npx tsc",
    "prepare": "yarn run build",
    "test": "jest --passWithNoTests --maxWorkers=3 --silent --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Sachin-chaurasiya/sso-clients"
  },
  "keywords": [
    "sso",
    "login",
    "google",
    "github",
    "typescript"
  ],
  "author": "Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Sachin-chaurasiya/sso-clients/issues"
  },
  "homepage": "https://github.com/Sachin-chaurasiya/sso-clients#readme",
  "dependencies": {
    "axios": "^1.6.5"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.3",
    "jest": "^29.6.1",
    "ts-jest": "^29.1.1",
    "typescript": "^5.1.6"
  },
  "files": [
    "lib/**/*"
  ]
}
