{
  "name": "@asgardeo/node",
  "version": "0.0.88",
  "description": "Node.js runtime specific implementation of Asgardeo JavaScript SDK.",
  "keywords": [
    "asgardeo",
    "node.js",
    "node",
    "server"
  ],
  "homepage": "https://github.com/asgardeo/javascript/tree/main/packages/node#readme",
  "bugs": {
    "url": "https://github.com/asgardeo/javascript/issues"
  },
  "author": "WSO2",
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/cjs/index.js",
  "module": "dist/index.js",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/cjs/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/asgardeo/javascript",
    "directory": "packages/node"
  },
  "devDependencies": {
    "@types/node": "22.15.3",
    "@wso2/eslint-plugin": "0.1.0",
    "@wso2/prettier-config": "0.1.0",
    "esbuild": "0.25.9",
    "eslint": "8.57.0",
    "prettier": "2.6.2",
    "rimraf": "6.1.0",
    "typescript": "5.7.2",
    "vitest": "3.2.7"
  },
  "dependencies": {
    "@asgardeo/javascript": "0.23.6",
    "base64url": "3.0.1",
    "cross-fetch": "4.1.0",
    "fast-sha256": "1.3.0",
    "jose": "6.0.11",
    "memory-cache": "0.2.0",
    "secure-random-bytes": "5.0.1",
    "tslib": "2.8.1",
    "uuid": "11.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "pnpm clean && node esbuild.config.mjs && tsc -p tsconfig.lib.json --emitDeclarationOnly --outDir dist",
    "clean": "rimraf dist",
    "fix:lint": "eslint . --ext .js,.jsx,.ts,.tsx,.cjs,.mjs",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.cjs,.mjs",
    "test": "vitest --passWithNoTests",
    "typecheck": "tsc -p tsconfig.lib.json"
  }
}