-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 2.29 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
64
65
66
67
68
69
70
71
72
{
"name": "api.verify.gov.sg",
"version": "1.0.0",
"description": "Backend API endpoint for verify.gov.sg",
"main": "serverless.ts",
"scripts": {
"dev": "cross-env DEBUG=api.verify.gov.sg:* sls offline",
"deploy": "sls deploy",
"lint": "eslint . --ext ts,js --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"typecheck": "tsc",
"sls-config-check": "sls print",
"test": "jest"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@govtechsg/oa-encryption": "^1.3.5",
"@govtechsg/oa-verify": "^9.0.0",
"@govtechsg/open-attestation": "^6.5.1",
"@middy/core": "^2.5.7",
"@middy/http-cors": "^2.5.7",
"@middy/http-json-body-parser": "^2.5.7",
"aws-sdk": "^2.1513.0",
"debug": "^4.3.4",
"did-resolver": "^3.2.2",
"ethers": "^5.7.2",
"ethr-did-resolver": "^5.0.4",
"http-errors": "^2.0.0",
"node-cache": "^5.1.2",
"serverless-associate-waf": "^1.2.1",
"serverless-domain-manager": "^7.3.3",
"serverless-iamroles": "^3.2.7",
"yargs": "^17.7.2"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@ls-age/commitlint-circle": "^1.0.0",
"@serverless/typescript": "^3.38.0",
"@types/aws-lambda": "^8.10.115",
"@types/http-errors": "^2.0.1",
"@types/jest": "^29.5.11",
"@types/node": "^18.16.8",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"cross-env": "^7.0.3",
"esbuild": "^0.17.18",
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"jest": "^29.7.0",
"json-schema-to-ts": "^2.8.2",
"prettier": "^2.8.8",
"serverless": "^3.38.0",
"serverless-esbuild": "^1.50.0",
"serverless-offline": "^13.3.0",
"serverless-offline-ssm": "^6.2.0",
"serverless-stack-termination-protection": "^2.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}