aws-api-gateway-client
Version:
A module for AWS API Gateway client
50 lines (49 loc) • 1.23 kB
JSON
{
"name": "aws-api-gateway-client",
"version": "0.3.7",
"description": "A module for AWS API Gateway client",
"repository": {
"type": "git",
"url": "git+https://github.com/kndt84/aws-api-gateway-client.git"
},
"keywords": [
"aws",
"apigateway"
],
"author": "kndt84",
"license": "MIT",
"bugs": {
"url": "https://github.com/kndt84/aws-api-gateway-client/issues"
},
"homepage": "https://github.com/kndt84/aws-api-gateway-client#readme",
"main": "dist/apigClient.js",
"scripts": {
"build": "babel src -d dist",
"prepare": "npm run lint && npm run build",
"lint": "node node_modules/eslint/bin/eslint.js src",
"test": "nyc ava"
},
"ava": {
"require": [
"@babel/register"
]
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"crypto-js": "^4.0.0",
"url": "^0.11.0",
"url-template": "^2.0.8"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.13",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.13",
"ava": "^3.15.0",
"eslint": "^7.19.0",
"nyc": "^15.1.0"
}
}