UNPKG

apig-pack

Version:

Packs API Gateway endpoints to CommonJS module.

38 lines (37 loc) 878 B
{ "name": "apig-pack", "version": "1.0.0", "description": "Packs API Gateway endpoints to CommonJS module.", "scripts": { "bundle": "webpack" }, "homepage": "https://github.com/brentmitchell25/apig-pack", "license": "MIT", "bin": "./bin/apig-pack.js", "keywords": [ "api-gateway", "apigateway", "aws-api-gateway-client", "aws-api-gateway" ], "repository": { "type": "git", "url": "https://github.com/brentmitchell25/apig-pack.git" }, "devDependencies": {}, "dependencies": { "adm-zip": "^0.4.7", "aws-sdk": "^2.212.1", "axios": "^0.18.0", "axios-retry": "^3.0.2", "crypto-js": "^3.1.9-1", "exports-loader": "^0.7.0", "fs-extra": "^5.0.0", "glob": "^7.1.2", "imports-loader": "^0.8.0", "lodash": "^4.17.5", "url": "^0.11.0", "webpack": "^4.1.1", "yargs": "^11.0.0" } }