UNPKG

2.08 kBJSONView Raw
1{
2 "name": "@bitblit/epsilon",
3 "version": "0.2.12",
4 "description": "Tiny adapter to simplify building API gateway Lambda APIS",
5 "main": "./dist/index",
6 "typings": "./dist/index",
7 "files": [
8 "dist"
9 ],
10 "contributors": [
11 "Christopher Weiss <bitblit@gmail.com>"
12 ],
13 "config": {},
14 "scripts": {
15 "prepublishOnly": "yarn run compile",
16 "compile": "yarn run clean && tsc && yarn run copy-static-files",
17 "watch": "tsc -w .",
18 "clean": "rm -Rf dist",
19 "test": "mocha -r ts-node/register test/**/*.ts",
20 "copy-static-files": "cd src && cp -R static ../dist",
21 "apply-circle": "node node_modules/@bitblit/ratchet/dist/circleci/apply-circle-ci-env-variables-to-files src/static/build-properties.json",
22 "run-sample-server": "yarn compile && node dist/sample-local-server.js"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/bitblit/Epsilon"
27 },
28 "keywords": [
29 "epsilon",
30 "lambda",
31 "api gateway"
32 ],
33 "bugs": {
34 "url": "https://github.com/bitblit/Epsilon/issues"
35 },
36 "homepage": "https://github.com/bitblit/Epsilon#readme",
37 "engines": {
38 "node": ">=12.8"
39 },
40 "license": "Apache-2.0",
41 "dependencies": {
42 "@bitblit/ratchet": "0.5.24",
43 "@bitblit/saltmine": "0.4.2",
44 "jsonwebtoken": "8.5.1",
45 "jwks-rsa": "1.7.0",
46 "moment": "2.24.0",
47 "moment-timezone": "0.5.28",
48 "node-yaml": "3.2.0",
49 "portable-fetch": "3.0.0",
50 "route-parser": "0.0.5",
51 "strip-js": "1.2.0",
52 "swagger-model-validator": "3.0.18"
53 },
54 "resolutions": {
55 "lodash": "4.17.15"
56 },
57 "peerDependencies": {
58 "@types/aws-lambda": "8.10.46",
59 "aws-sdk": "2.644.0"
60 },
61 "devDependencies": {
62 "@types/aws-lambda": "8.10.40",
63 "@types/chai": "4.2.9",
64 "@types/mocha": "7.0.1",
65 "@types/node": "12.12.6",
66 "apollo-server-lambda": "2.10.0",
67 "aws-sdk": "2.644.0",
68 "chai": "4.2.0",
69 "chai-http": "4.3.0",
70 "eslint": "6.8.0",
71 "graphql": "14.6.0",
72 "mocha": "7.0.1",
73 "ts-loader": "6.2.1",
74 "ts-node": "8.6.2",
75 "typescript": "3.7.5"
76 }
77}