UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

92 lines (91 loc) 2.37 kB
{ "name": "@bitblit/epsilon", "version": "0.4.1", "description": "Tiny adapter to simplify building API gateway Lambda APIS", "main": "./dist/index", "typings": "./dist/index", "files": [ "dist" ], "contributors": [ "Christopher Weiss <bitblit@gmail.com>" ], "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "prettier": { "printWidth": 140, "singleQuote": true, "arrowParens": "always" }, "config": {}, "scripts": { "prepublishOnly": "yarn run compile", "compile": "yarn run clean && tsc && yarn run copy-static-files", "watch": "tsc -w .", "clean": "rm -Rf dist", "test": "mocha -r ts-node/register test/**/*.ts", "copy-static-files": "cd src && cp -R static ../dist", "apply-circle": "node node_modules/@bitblit/ratchet/dist/circleci/apply-circle-ci-env-variables-to-files src/static/build-properties.json", "run-sample-server": "yarn compile && node dist/sample-local-server.js" }, "repository": { "type": "git", "url": "https://github.com/bitblit/Epsilon" }, "keywords": [ "epsilon", "lambda", "api gateway" ], "bugs": { "url": "https://github.com/bitblit/Epsilon/issues" }, "homepage": "https://github.com/bitblit/Epsilon#readme", "engines": { "node": ">=12.8" }, "license": "Apache-2.0", "dependencies": { "@bitblit/ratchet": "0.8.4", "@bitblit/saltmine": "0.4.3", "js-yaml": "3.14.0", "jsonwebtoken": "8.5.1", "jwks-rsa": "1.8.1", "moment": "2.27.0", "moment-timezone": "0.5.31", "portable-fetch": "3.0.0", "route-parser": "0.0.5", "strip-js": "1.2.0", "swagger-model-validator": "3.0.19" }, "resolutions": { "lodash": "4.17.15", "minimist": "1.2.3" }, "peerDependencies": { "@types/aws-lambda": "8.10.58", "aws-sdk": "2.712.0" }, "devDependencies": { "@types/aws-lambda": "8.10.58", "@types/chai": "4.2.9", "@types/js-yaml": "3.12.5", "@types/mocha": "7.0.1", "@types/node": "12.12.6", "apollo-server-lambda": "2.15.1", "aws-sdk": "2.712.0", "chai": "4.2.0", "eslint": "7.4.0", "graphql": "14.6.0", "husky": "3.0.5", "mocha": "7.0.1", "prettier": "1.18.2", "pretty-quick": "1.11.1", "ts-loader": "8.0.0", "ts-node": "8.6.2", "typescript": "3.7.5" } }