{
  "name": "@adaas/a-auth",
  "version": "0.0.65",
  "description": "Nodejs JS/TS SDK to manage authentication with ADAAS SSO using API Credentials",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "nodemonConfig": {
    "ignore": [
      "**/*.test.ts",
      "**/*.spec.ts",
      ".git",
      "node_modules"
    ],
    "watch": [
      "config",
      "constants",
      "src",
      "lib",
      "db",
      "shared"
    ],
    "exec": "node -r tsconfig-paths/register -r ts-node/register ./src/bin/www.ts",
    "ext": "ts, js"
  },
  "scripts": {
    "test": "jest",
    "publish": "npm run build && git add . && git commit -m \"new version created :: $(cat package.json | grep version | head -1  | awk -F: '{ print $2 }'  | sed 's/[\",]//g')\" && npm version patch && npm publish --access public",
    "preversion": "echo test",
    "version": "echo git add .",
    "postversion": "git push --no-verify && git push --tags --no-verify && echo \"\n======Version Pushed Successfully=====\n\" ",
    "echo-version": "echo $npm_package_version",
    "build": "tsc --declaration --project tsconfig.json && tscpaths -p tsconfig.json -s ./ -o ./dist  && rm -r ./dist/tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ADAAS-org/adaas-a-auth.git"
  },
  "keywords": [
    "sdk",
    "ai",
    "rag"
  ],
  "author": "adaas.org",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ADAAS-org/adaas-a-auth/issues"
  },
  "homepage": "https://github.com/ADAAS-org/adaas-a-auth#readme",
  "dependencies": {
    "@adaas/a-sdk-types": "^0.0.66",
    "@types/node": "^20.10.0",
    "axios": "^1.6.2"
  },
  "devDependencies": {
    "@types/chai": "^4.3.14",
    "@types/jest": "^29.5.12",
    "@types/mocha": "^10.0.6",
    "chai": "^5.1.0",
    "dotenv": "^16.4.5",
    "jest": "^29.7.0",
    "mocha": "^10.4.0",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "tscpaths": "^0.0.9"
  },
  "browser": {
    "fs": false,
    "os": false,
    "path": false
  },
  "directories": {
    "doc": "docs",
    "test": "tests"
  }
}
