1 | {
|
2 | "name": "@middy/core",
|
3 | "version": "2.0.1",
|
4 | "description": "🛵 The stylish Node.js middleware engine for AWS Lambda (core package)",
|
5 | "type": "commonjs",
|
6 | "engines": {
|
7 | "node": ">=12"
|
8 | },
|
9 | "engineStrict": true,
|
10 | "publishConfig": {
|
11 | "access": "public"
|
12 | },
|
13 | "main": "index.js",
|
14 | "types": "index.d.ts",
|
15 | "files": [
|
16 | "index.d.ts"
|
17 | ],
|
18 | "scripts": {
|
19 | "test": "npm run test:unit",
|
20 | "test:unit": "ava"
|
21 | },
|
22 | "license": "MIT",
|
23 | "keywords": [
|
24 | "Lambda",
|
25 | "Middleware",
|
26 | "Serverless",
|
27 | "Framework",
|
28 | "AWS",
|
29 | "AWS Lambda"
|
30 | ],
|
31 | "author": {
|
32 | "name": "Middy contributors",
|
33 | "url": "https://github.com/middyjs/middy/graphs/contributors"
|
34 | },
|
35 | "repository": {
|
36 | "type": "git",
|
37 | "url": "github:middyjs/middy",
|
38 | "directory": "packages/core"
|
39 | },
|
40 | "bugs": {
|
41 | "url": "https://github.com/middyjs/middy/issues"
|
42 | },
|
43 | "homepage": "https://github.com/middyjs/middy#readme",
|
44 | "devDependencies": {
|
45 | "@types/aws-lambda": "^8.10.73",
|
46 | "@types/node": "^14.14.37"
|
47 | },
|
48 | "gitHead": "b0eca01cad1b16439cb4dc21dab92b7221f52515"
|
49 | }
|