This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.98 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@opengovsg/spcp-auth-client",
"version": "1.4.23",
"description": "Integrates SingPass and CorpPass into your node.js application",
"main": "build/SPCPAuthClient.js",
"types": "build/SPCPAuthClient.d.ts",
"scripts": {
"test": "npm run build && nyc --source-map --produce-source-map mocha test --require=source-map-support/register",
"build": "tsc",
"lint": "eslint --ext .ts --ignore-path .gitignore --fix .",
"ci-lint": "eslint --ext .ts --ignore-path .gitignore --max-warnings 0 .",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opengovsg/spcp-auth-client.git"
},
"keywords": [
"authentication",
"singpass",
"corppass"
],
"author": "Government Technology Agency of Singapore (https://www.tech.gov.sg)",
"license": "MIT",
"bugs": {
"url": "https://github.com/opengovsg/spcp-auth-client/issues"
},
"homepage": "https://github.com/opengovsg/spcp-auth-client#readme",
"dependencies": {
"@xmldom/xmldom": "^0.8.3",
"axios": "^0.27.1",
"base-64": "^1.0.0",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.21",
"xml-crypto": "^3.0.1",
"xml-encryption": "^3.0.2",
"xml2json-light": "^1.0.6",
"xpath": "0.0.32"
},
"devDependencies": {
"@opengovsg/eslint-config-opengovsg": "1.0.7",
"@types/base-64": "^1.0.0",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.14.165",
"@types/xml-crypto": "^1.4.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"chai": "4.3.7",
"eslint": "7.32.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-standard": "5.0.0",
"mocha": "10.1.0",
"mustache": "4.2.0",
"nyc": "15.1.0",
"sinon": "^15.0.0",
"source-map-support": "0.5.21",
"typescript": "^4.0.5"
}
}