smartid-auth
Version:
Smart-ID authentication client module for Node.JS
26 lines (25 loc) • 517 B
JSON
{
"name": "smartid-auth",
"version": "2.0.2",
"description": "Smart-ID authentication client module for Node.JS",
"main": "index.js",
"scripts": {
"demo": "node demo.js",
"test": "node test.js"
},
"keywords": [
"smart-id",
"authentication",
"mobile"
],
"repository": {
"type": "git",
"url": "https://github.com/alanibrus/smartid-auth.git"
},
"author": "Alan Ibrus",
"license": "ISC",
"dependencies": {
"@ghaiklor/x509": "^1.1.0",
"axios": "^0.21.1"
}
}