UNPKG

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