This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.json
146 lines (146 loc) · 4.31 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "fhir-works-on-aws-deployment",
"version": "3.1.2-smart",
"description": "FHIR Works on AWS deployment with SMART",
"stackname": "fhir-works-on-aws-deployment",
"main": "src/index.ts",
"author": {
"name": "Amazon Web Services",
"email": "fhir-works-on-aws-dev@amazon.com",
"url": "https://aws.amazon.com/"
},
"contributors": [
"Robert Smayda <smayda@amazon.com>",
"Tim Nguyen <thingut@amazon.com>",
"Nestor Carvantes <nestorba@amazon.com>"
],
"license": "Apache-2.0",
"scripts": {
"lint": "eslint . --ext .ts,.tsx",
"lint-fix": "eslint --fix . --ext .ts,.tsx",
"build": "tsc",
"watch": "tsc -w",
"test": "jest --silent --passWithNoTests --testPathPattern=src/*",
"int-test": "jest --testPathPattern=integration-tests/* --runInBand",
"test-coverage": "jest --coverage --testPathPattern=src/*",
"release": "yarn run build && yarn run lint && yarn run test",
"clean": "rm -rf build/* node_modules/* dist/* .serverless/* .nyc_output/*",
"local": "node .",
"compile-igs": "ts-node scripts/compile-igs.ts",
"cdk": "cdk",
"deploy": "cdk deploy --outputs-file Info_Output.log",
"serverless-deploy": "serverless deploy",
"serverless-package": "serverless package",
"serverless-remove": "serverless remove",
"serverless-info": "serverless info"
},
"dependencies": {
"@types/aws-lambda": "^8.10.92",
"aws-cdk-lib": "2.45.0",
"aws-embedded-metrics": "^2.0.4",
"aws-sdk": "^2.1000.0",
"axios": "^0.21.4",
"cdk-nag": "^2.19.0",
"constructs": "^10.0.0",
"escape-string-regexp": "^4.0.0",
"fhir-works-on-aws-authz-smart": "3.1.4",
"fhir-works-on-aws-interface": "12.1.1",
"fhir-works-on-aws-persistence-ddb": "3.12.0",
"fhir-works-on-aws-routing": "6.6.2",
"fhir-works-on-aws-search-es": "3.12.0",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"p-settle": "^4.1.1",
"path": "^0.12.7",
"serverless-http": "^2.7.0",
"source-map-support": "^0.5.16",
"tslib": "^2.3.1",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/chance": "^1.1.1",
"@types/express": "^4.17.2",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^26.0.19",
"@types/jsonwebtoken": "^8.5.4",
"@types/node": "^17.0.33",
"@types/sinon": "^9.0.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"aws-cdk": "2.45.0",
"chance": "^1.1.7",
"esbuild": "^0.14.39",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"jest-mock-extended": "^1.0.8",
"jsonwebtoken": "^8.5.1",
"prettier": "^2.4.1",
"qs": "^6.10.1",
"query-string": "^6.14.0",
"serverless": "2.71.0",
"serverless-bundle": "^4.4.0",
"serverless-offline": "^8.2.0",
"serverless-step-functions": "^3.1.1",
"sinon": "^9.0.2",
"tmp-promise": "^3.0.2",
"ts-jest": "^26.4.4",
"ts-node": "^10.3.0",
"typescript": "^4.1.3",
"uuid": "^8.3.2",
"wait-for-expect": "^3.0.2"
},
"resolutions": {
"axios": "^0.21.4",
"tar": "^6.1.2",
"dot-prop": "^5.1.1",
"bl": "^4.0.3",
"node-fetch": "^2.6.1",
"urijs": "^1.19.10",
"xmlhttprequest-ssl": "^1.6.2",
"postcss": "^8.2.10",
"underscore": "^1.12.1",
"glob-parent": "^5.1.2",
"ws": "^7.4.6",
"trim-newlines": "^3.0.1",
"normalize-url": "^4.5.1",
"path-parse": "^1.0.7",
"set-value": "^4.0.1",
"@types/express-serve-static-core": "^4.17.21",
"ansi-regex": "^5.0.1",
"json-schema": "^0.4.0",
"nanoid": "^3.1.31",
"socket.io-parser": "^4.0.5",
"loader-utils": "^2.0.3",
"json5": "2.2.3"
},
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"collectCoverage": true,
"transform": {
"\\.(ts)$": "ts-jest"
},
"testEnvironment": "node",
"testRunner": "jest-circus/runner",
"testRegex": ".test.ts",
"testPathIgnorePatterns": [
"<rootDir>/auditLogMover/",
"<rootDir>/node_modules/"
]
},
"repository": {
"type": "git",
"url": "git://github.com/awslabs/fhir-works-on-aws-deployment.git"
},
"engines": {
"node": ">=14.0.0"
}
}