-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}
}