UNPKG

1.65 kBJSONView Raw
1{
2 "name": "@middy/service-discovery",
3 "version": "4.7.0",
4 "description": "Service Discovery (Cloud Map) instances middleware for the middy framework",
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 },
37 "license": "MIT",
38 "keywords": [
39 "Lambda",
40 "Middleware",
41 "Serverless",
42 "Framework",
43 "AWS",
44 "AWS Lambda",
45 "Middy",
46 "Service Discovery",
47 "SCloud Map",
48 "Instances"
49 ],
50 "author": {
51 "name": "Middy contributors",
52 "url": "https://github.com/middyjs/middy/graphs/contributors"
53 },
54 "repository": {
55 "type": "git",
56 "url": "github:middyjs/middy",
57 "directory": "packages/sts"
58 },
59 "bugs": {
60 "url": "https://github.com/middyjs/middy/issues"
61 },
62 "homepage": "https://middy.js.org",
63 "funding": {
64 "type": "github",
65 "url": "https://github.com/sponsors/willfarrell"
66 },
67 "dependencies": {
68 "@middy/util": "4.7.0"
69 },
70 "devDependencies": {
71 "@aws-sdk/client-servicediscovery": "^3.0.0",
72 "@middy/core": "4.7.0",
73 "@types/aws-lambda": "^8.10.101",
74 "aws-xray-sdk": "^3.3.3"
75 },
76 "gitHead": "f085b85b2c8f18a97fdf8a7062e770b444185dd8"
77}