ap-singpass-helpers
Version:
Helpers to work with SingPass and MyInfo
42 lines (41 loc) • 1.23 kB
JSON
{
"name": "ap-singpass-helpers",
"version": "1.3.3",
"description": "Helpers to work with SingPass and MyInfo",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/standard; ./node_modules/.bin/mocha -R tap",
"lint": "./node_modules/.bin/standard",
"coverage": "./node_modules/.bin/nyc npm test; ./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov --token=0b12795e-b594-4941-bf70-4664bb233a48"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aprimerose/ap-singpass-helpers.git"
},
"keywords": [
"singpass",
"encryption",
"myinfo"
],
"author": "Andrei Karpushonak, Aprimerose",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/aprimerose/ap-singpass-helpers/issues"
},
"homepage": "https://github.com/aprimerose/ap-singpass-helpers#readme",
"dependencies": {
"axios": "^0.24.0",
"lodash": "^4.17.21",
"mocha": "^9.1.3",
"node-jose": "^2.0.0",
"should": "^13.2.3",
"standard": "^16.0.4",
"uuidv4": "^6.2.12",
"validator": "^13.7.0",
"winston": "^3.3.3"
},
"devDependencies": {
"codecov": "^3.8.2",
"nyc": "^15.1.0"
}
}