@uin-federation/sdk
Version:
This SDK connects to the NUI Federation API for getting or creating, revoke, generating batch for NUI from the API
52 lines • 1.31 kB
JSON
{
"name": "@uin-federation/sdk",
"version": "0.1.4",
"description": "This SDK connects to the NUI Federation API for getting or creating, revoke, generating batch for NUI from the API",
"license": "Apache-2.0 license",
"keywords": [
"UIN",
"Federation",
"Toolkit",
"SDK",
"UIN-Federation"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"unpkg": "dist/index.umd.js",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js",
"require": "./dist/index.js"
}
},
"author": "digital-gov-mg",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/digital-gov-mg/uin-federation"
},
"bugs": {
"url": "https://github.com/digital-gov-mg/uin-federation/issues"
},
"homepage": "https://github.com/digital-gov-mg/uin-federation#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"provenance": true
},
"dependencies": {
"axios": "^1.8.1",
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/js-cookie": "^3.0.6",
"axios-mock-adapter": "^2.1.0"
}
}