quidproquo-actionprocessor-awslambda 0.0.166 → 0.0.168
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +62 -62
package/package.json
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "quidproquo-actionprocessor-awslambda",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "./lib/commonjs/index.js",
|
|
6
|
-
"types": "./lib/commonjs/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"lib/**/*"
|
|
9
|
-
],
|
|
10
|
-
"scripts": {
|
|
11
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
|
-
"clean": "npx rimraf lib",
|
|
13
|
-
"build": "npm run clean && tsc -p tsconfig.commonjs.json",
|
|
14
|
-
"watch": "tsc -p tsconfig.commonjs.json -w"
|
|
15
|
-
},
|
|
16
|
-
"repository": {
|
|
17
|
-
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/joe-coady/quidproquo.git"
|
|
19
|
-
},
|
|
20
|
-
"keywords": [],
|
|
21
|
-
"author": "",
|
|
22
|
-
"license": "MIT",
|
|
23
|
-
"bugs": {
|
|
24
|
-
"url": "https://github.com/joe-coady/quidproquo/issues"
|
|
25
|
-
},
|
|
26
|
-
"homepage": "https://github.com/joe-coady/quidproquo#readme",
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@aws-sdk/client-acm": "^3.379.1",
|
|
29
|
-
"@aws-sdk/client-api-gateway": "^3.379.1",
|
|
30
|
-
"@aws-sdk/client-apigatewaymanagementapi": "^3.379.1",
|
|
31
|
-
"@aws-sdk/client-cloudformation": "^3.379.1",
|
|
32
|
-
"@aws-sdk/client-cloudfront": "^3.379.1",
|
|
33
|
-
"@aws-sdk/client-cognito-identity-provider": "^3.379.1",
|
|
34
|
-
"@aws-sdk/client-dynamodb": "^3.379.1",
|
|
35
|
-
"@aws-sdk/client-lambda": "^3.379.1",
|
|
36
|
-
"@aws-sdk/client-s3": "^3.379.1",
|
|
37
|
-
"@aws-sdk/client-secrets-manager": "^3.379.1",
|
|
38
|
-
"@aws-sdk/client-sns": "^3.379.1",
|
|
39
|
-
"@aws-sdk/client-sqs": "^3.379.1",
|
|
40
|
-
"@aws-sdk/client-ssm": "^3.379.1",
|
|
41
|
-
"aws-jwt-verify": "^3.4.0",
|
|
42
|
-
"aws-sdk": "^2.1322.0",
|
|
43
|
-
"busboy": "^1.6.0",
|
|
44
|
-
"jsonwebtoken": "^9.0.0",
|
|
45
|
-
"jwks-rsa": "^3.0.1",
|
|
46
|
-
"lodash": "^4.17.21",
|
|
47
|
-
"node-cache": "^5.1.2",
|
|
48
|
-
"node-match-path": "^0.6.3",
|
|
49
|
-
"quidproquo-config-aws": "
|
|
50
|
-
"quidproquo-core": "
|
|
51
|
-
"quidproquo-webserver": "
|
|
52
|
-
},
|
|
53
|
-
"devDependencies": {
|
|
54
|
-
"@types/aws-lambda": "^8.10.109",
|
|
55
|
-
"@types/busboy": "^1.5.0",
|
|
56
|
-
"@types/jsonwebtoken": "^9.0.2",
|
|
57
|
-
"@types/lodash": "^4.14.194",
|
|
58
|
-
"@types/node": "^18.11.9",
|
|
59
|
-
"quidproquo-tsconfig": "
|
|
60
|
-
"typescript": "^4.9.3"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "quidproquo-actionprocessor-awslambda",
|
|
3
|
+
"version": "0.0.168",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "./lib/commonjs/index.js",
|
|
6
|
+
"types": "./lib/commonjs/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"lib/**/*"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
|
+
"clean": "npx rimraf lib",
|
|
13
|
+
"build": "npm run clean && tsc -p tsconfig.commonjs.json",
|
|
14
|
+
"watch": "tsc -p tsconfig.commonjs.json -w"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/joe-coady/quidproquo.git"
|
|
19
|
+
},
|
|
20
|
+
"keywords": [],
|
|
21
|
+
"author": "",
|
|
22
|
+
"license": "MIT",
|
|
23
|
+
"bugs": {
|
|
24
|
+
"url": "https://github.com/joe-coady/quidproquo/issues"
|
|
25
|
+
},
|
|
26
|
+
"homepage": "https://github.com/joe-coady/quidproquo#readme",
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@aws-sdk/client-acm": "^3.379.1",
|
|
29
|
+
"@aws-sdk/client-api-gateway": "^3.379.1",
|
|
30
|
+
"@aws-sdk/client-apigatewaymanagementapi": "^3.379.1",
|
|
31
|
+
"@aws-sdk/client-cloudformation": "^3.379.1",
|
|
32
|
+
"@aws-sdk/client-cloudfront": "^3.379.1",
|
|
33
|
+
"@aws-sdk/client-cognito-identity-provider": "^3.379.1",
|
|
34
|
+
"@aws-sdk/client-dynamodb": "^3.379.1",
|
|
35
|
+
"@aws-sdk/client-lambda": "^3.379.1",
|
|
36
|
+
"@aws-sdk/client-s3": "^3.379.1",
|
|
37
|
+
"@aws-sdk/client-secrets-manager": "^3.379.1",
|
|
38
|
+
"@aws-sdk/client-sns": "^3.379.1",
|
|
39
|
+
"@aws-sdk/client-sqs": "^3.379.1",
|
|
40
|
+
"@aws-sdk/client-ssm": "^3.379.1",
|
|
41
|
+
"aws-jwt-verify": "^3.4.0",
|
|
42
|
+
"aws-sdk": "^2.1322.0",
|
|
43
|
+
"busboy": "^1.6.0",
|
|
44
|
+
"jsonwebtoken": "^9.0.0",
|
|
45
|
+
"jwks-rsa": "^3.0.1",
|
|
46
|
+
"lodash": "^4.17.21",
|
|
47
|
+
"node-cache": "^5.1.2",
|
|
48
|
+
"node-match-path": "^0.6.3",
|
|
49
|
+
"quidproquo-config-aws": "0.0.168",
|
|
50
|
+
"quidproquo-core": "0.0.168",
|
|
51
|
+
"quidproquo-webserver": "0.0.168"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@types/aws-lambda": "^8.10.109",
|
|
55
|
+
"@types/busboy": "^1.5.0",
|
|
56
|
+
"@types/jsonwebtoken": "^9.0.2",
|
|
57
|
+
"@types/lodash": "^4.14.194",
|
|
58
|
+
"@types/node": "^18.11.9",
|
|
59
|
+
"quidproquo-tsconfig": "0.0.168",
|
|
60
|
+
"typescript": "^4.9.3"
|
|
61
|
+
}
|
|
62
|
+
}
|