-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.04 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.04 KB
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": "macpro-quickstart-serverless",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "cd tests && yarn test && cd -"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CMSgov/macpro-quickstart-serverless.git"
},
"author": "",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/CMSgov/macpro-quickstart-serverless/issues"
},
"homepage": "https://github.com/CMSgov/macpro-quickstart-serverless#readme",
"devDependencies": {
"@enterprise-cmcs/serverless-waf-plugin": "^1.3.0",
"@types/dotenv": "^8.2.0",
"@types/node": "^14.14.6",
"@types/yargs": "^15.0.10",
"aws-sdk": "^2.923.0",
"cypress": "^9.5.4",
"cypress-cucumber-preprocessor": "^4.3.1",
"dotenv": "^8.2.0",
"serverless": "^3.12.0",
"serverless-bundle": "^5.3.0",
"serverless-dotenv-plugin": "^3.12.2",
"serverless-iam-helper": "CMSgov/serverless-iam-helper",
"serverless-idempotency-helper": "CMSgov/serverless-idempotency-helper",
"serverless-offline": "^8.5.0",
"serverless-online": "CMSgov/serverless-online",
"serverless-plugin-scripts": "^1.0.2",
"serverless-plugin-warmup": "^7.1.0",
"serverless-s3-bucket-helper": "CMSgov/serverless-s3-bucket-helper#0.1.1",
"serverless-stack-termination-protection": "^2.0.0",
"typescript": "^4.0.5",
"yargs": "^16.1.1"
},
"dependencies": {
"axe-core": "^4.4.1",
"cypress-axe": "^0.14.0",
"serverless-iam-roles-per-function": "^3.2.0"
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true,
"dependencies": {},
"//resolutions": {
"comment": "resolutions below are work arounds to upgrade vuln dependencies for serverless v2 until we upgrade to v3. These don't actually get packed with the Lamba as they are for dev only, but still doing for clean dependabot"
},
"resolutions": {
"ansi-regex": "5.0.1",
"nanoid": "3.1.31",
"simple-git": "3.3.0"
}
}
}