entity-locker-sdk
Version:
Node.js SDK for DigiLocker's Entity Locker integration
26 lines (25 loc) • 722 B
JSON
{
"name": "entity-locker-sdk",
"version": "1.0.0",
"description": "Node.js SDK for DigiLocker's Entity Locker integration",
"main": "src/index.js",
"type": "commonjs",
"scripts": {
"test": "node test/example.js"
},
"keywords": ["digilocker", "entity locker", "sdk", "oauth2", "india", "api"],
"author": "Piyush Agarwal <piyush.agarwal89@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/piyusha89/entity-locker-sdk.git"
},
"homepage": "https://github.com/piyusha89/entity-locker-sdk#readme",
"bugs": {
"url": "https://github.com/piyusha89/entity-locker-sdk/issues"
},
"dependencies": {
"axios": "^1.6.7",
"qs": "^6.12.0"
}
}