UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@middy/core",
3 "version": "2.5.4",
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.76",
46 "@types/node": "^16.0.0"
47 },
48 "gitHead": "a4134a579c757a9fdfed3006877ba2c0ec8a2cfa"
49}