forked from ozbillwang/aws-api-gateway-cli-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 917 Bytes
/
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
{
"name": "cognito2apig",
"version": "1.3.4",
"description": "A simple CLI to check API Gateway endpoints with IAM authorization.",
"main": "index.js",
"scripts": {
"lint": "npx eslint ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/serverless-projects/cognito2apig.git"
},
"bin": {
"cognito2apig": "index.js"
},
"author": "Jav V <air@live.ca>, bill Wang <ozbillwang@gmail.com>",
"license": "MIT",
"dependencies": {
"amazon-cognito-identity-js": "^3.0.12",
"aws-api-gateway-client": "^0.2.17",
"aws-sdk": "^2.466.0",
"node-fetch": "^2.6.0",
"window-mock": "0.0.13",
"yargs": "^13.2.4"
},
"devDependencies": {
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.16.0"
}
}