UNPKG

smartid-calls

Version:

Smart-ID client module for Node.JS with proxy layer

40 lines (39 loc) 874 B
{ "name": "smartid-calls", "version": "0.9.9", "description": "Smart-ID client module for Node.JS with proxy layer", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "ts-mocha -p tsconfig.json test/*.spec.ts", "build": "tsc" }, "keywords": [ "smart-id", "authentication", "signing", "mobile" ], "repository": { "type": "git", "url": "git://github.com/diidiiman/smartid-calls.git" }, "author": "D3", "license": "ISC", "dependencies": { "axios": "^0.19.0", "crypto": "^1.0.1", "https-proxy-agent": "^2.2.2", "x509": "^0.3.2" }, "devDependencies": { "@fidm/x509": "^1.2.1", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.7", "@types/node": "^12.0.10", "chai": "^4.2.0", "mocha": "^6.1.4", "ts-mocha": "^6.0.0", "typescript": "^3.5.2" } }