UNPKG

oauth-v2-client

Version:
58 lines (57 loc) 1.39 kB
{ "name": "oauth-v2-client", "version": "1.2.3", "description": "Oauth V2 client based on axios", "main": "dist/index.js", "engines": { "node": "v18.x" }, "directories": { "lib": "dist" }, "scripts": { "start": "tsc && node dist/test-server/run.js", "test": "echo \"No test specified\"", "build": "tsc", "prepare": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/noreajs/oauth-v2-client.git" }, "keywords": [ "oauth", "oauthv2", "oauth2", "oauth2-client", "oauth-client" ], "author": "Arnold L.", "license": "MIT", "bugs": { "url": "https://github.com/noreajs/oauth-v2-client/issues" }, "homepage": "https://github.com/noreajs/oauth-v2-client#readme", "dependencies": { "crypto-js": "^4.0.0", "query-string": "^7.1.0", "@noreajs/common": "^2.0.0" }, "peerDependencies": { "@types/crypto-js": "^4.0.0", "axios": "^1.0.0" }, "devDependencies": { "@types/cookie": "^0.5.1", "@types/crypto-js": "^4.0.0", "@types/express": "^4.17.8", "@types/node": "^14.11.2", "@types/query-string": "^6.3.0", "@types/typescript": "^2.0.0", "axios": "^0.21.4", "body-parser": "^1.19.0", "cookie": "^0.5.0", "express": "^4.17.1", "typescript": "^4.9.4" } }