{
  "name": "@dashnex.com/oauth-client",
  "version": "0.0.2",
  "license": "MIT",
  "author": "dashnex",
  "description": "DashNex Oauth Client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dashnex/oauth-client.git"
  },
  "keywords": [
    "dashnex",
    "dashnex.com",
    "typescript",
    "oauth",
    "client"
  ],
  "scripts": {
    "build": "tsup",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "sha.js": "^2.4.11"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.24",
    "@types/sha.js": "^2.4.4",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "tsup": "^8.4.0"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "bugs": {
    "url": "https://github.com/dashnex/auth-react/issues"
  }
}
