@daystram/ratify-client
Version:
Ratify OAuth Client
44 lines (43 loc) • 942 B
JSON
{
"name": "@daystram/ratify-client",
"version": "1.4.0",
"description": "Ratify OAuth Client",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc --declaration",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daystram/ratify-client-js.git"
},
"author": {
"name": "Danny August Ramaputra",
"email": "daystram@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/daystram/ratify-client-js/issues"
},
"homepage": "https://github.com/daystram/ratify-client-js#readme",
"devDependencies": {
"@types/qs": "^6.9.5",
"@types/uuid": "^8.3.0",
"typescript": "^4.1.3"
},
"dependencies": {
"axios": "^0.21.1",
"jwt-decode": "^3.1.2",
"pkce-challenge": "^2.1.0",
"qs": "^6.9.6",
"uuid": "^8.3.2"
},
"keywords": [
"ratify",
"oauth",
"client"
]
}