UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@middy/core",
3 "version": "1.5.0",
4 "description": "🛵 The stylish Node.js middleware engine for AWS Lambda (core package)",
5 "engines": {
6 "node": ">=10"
7 },
8 "engineStrict": true,
9 "publishConfig": {
10 "access": "public"
11 },
12 "scripts": {
13 "test": "npm run test:typings && npm run test:unit",
14 "test:unit": "jest",
15 "test:typings": "typings-tester --config tsconfig.json index.d.ts"
16 },
17 "license": "MIT",
18 "keywords": [
19 "Lambda",
20 "Middleware",
21 "Serverless",
22 "Framework",
23 "AWS",
24 "AWS Lambda"
25 ],
26 "author": {
27 "name": "Middy contributors",
28 "url": "https://github.com/middyjs/middy/graphs/contributors"
29 },
30 "repository": {
31 "type": "git",
32 "url": "git+https://github.com/middyjs/middy.git"
33 },
34 "bugs": {
35 "url": "https://github.com/middyjs/middy/issues"
36 },
37 "homepage": "https://github.com/middyjs/middy#readme",
38 "dependencies": {
39 "once": "^1.4.0"
40 },
41 "devDependencies": {
42 "@types/aws-lambda": "^8.10.3",
43 "es6-promisify": "^6.0.2"
44 },
45 "gitHead": "dadc899d30107375705064296a4b358d5ee63c79"
46}