1 | {
|
2 | "name": "@middy/core",
|
3 | "version": "4.6.4",
|
4 | "description": "🛵 The stylish Node.js middleware engine for AWS Lambda (core package)",
|
5 | "type": "module",
|
6 | "engines": {
|
7 | "node": ">=16"
|
8 | },
|
9 | "engineStrict": true,
|
10 | "publishConfig": {
|
11 | "access": "public"
|
12 | },
|
13 | "main": "./index.cjs",
|
14 | "module": "./index.js",
|
15 | "exports": {
|
16 | ".": {
|
17 | "import": {
|
18 | "types": "./index.d.ts",
|
19 | "default": "./index.js"
|
20 | },
|
21 | "require": {
|
22 | "types": "./index.d.ts",
|
23 | "default": "./index.cjs"
|
24 | }
|
25 | }
|
26 | },
|
27 | "types": "index.d.ts",
|
28 | "files": [
|
29 | "index.js",
|
30 | "index.cjs",
|
31 | "index.d.ts"
|
32 | ],
|
33 | "scripts": {
|
34 | "test": "npm run test:unit",
|
35 | "test:unit": "ava",
|
36 | "test:benchmark": "node __benchmarks__/index.js"
|
37 | },
|
38 | "license": "MIT",
|
39 | "keywords": [
|
40 | "Lambda",
|
41 | "Middleware",
|
42 | "Serverless",
|
43 | "Framework",
|
44 | "AWS",
|
45 | "AWS Lambda"
|
46 | ],
|
47 | "author": {
|
48 | "name": "Middy contributors",
|
49 | "url": "https://github.com/middyjs/middy/graphs/contributors"
|
50 | },
|
51 | "repository": {
|
52 | "type": "git",
|
53 | "url": "github:middyjs/middy",
|
54 | "directory": "packages/core"
|
55 | },
|
56 | "bugs": {
|
57 | "url": "https://github.com/middyjs/middy/issues"
|
58 | },
|
59 | "homepage": "https://middy.js.org",
|
60 | "funding": {
|
61 | "type": "github",
|
62 | "url": "https://github.com/sponsors/willfarrell"
|
63 | },
|
64 | "devDependencies": {
|
65 | "@datastream/core": "0.0.35",
|
66 | "@types/aws-lambda": "^8.10.76",
|
67 | "@types/node": "^20.0.0"
|
68 | },
|
69 | "gitHead": "706ec39ce569407d51007200b995542ad3d7af2b"
|
70 | }
|