UNPKG

oauth-connector

Version:

OAuth Connector SDK for automatic token management and refresh with multiple persistence strategies

60 lines (59 loc) 1.52 kB
{ "name": "oauth-connector", "version": "0.0.6", "description": "OAuth Connector SDK for automatic token management and refresh with multiple persistence strategies", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "oauth", "connector", "zoho", "google", "token-management", "authentication" ], "author": "muthaiyanmani", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/muthaiyanmani/oauth-connector.git" }, "bugs": { "url": "https://github.com/muthaiyanmani/oauth-connector/issues" }, "homepage": "https://github.com/muthaiyanmani/oauth-connector#readme", "devDependencies": { "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "eslint": "^8.56.0", "prettier": "^3.1.1", "tsup": "^8.5.1", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }