UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@middy/service-discovery",
3 "version": "5.0.2",
4 "description": "Service Discovery (Cloud Map) instances middleware for the middy framework",
5 "type": "module",
6 "engines": {
7 "node": ">=18"
8 },
9 "engineStrict": true,
10 "publishConfig": {
11 "access": "public"
12 },
13 "module": "./index.js",
14 "exports": {
15 ".": {
16 "import": {
17 "types": "./index.d.ts",
18 "default": "./index.js"
19 }
20 }
21 },
22 "types": "index.d.ts",
23 "files": [
24 "index.js",
25 "index.d.ts"
26 ],
27 "scripts": {
28 "test": "npm run test:unit",
29 "test:unit": "ava"
30 },
31 "license": "MIT",
32 "keywords": [
33 "Lambda",
34 "Middleware",
35 "Serverless",
36 "Framework",
37 "AWS",
38 "AWS Lambda",
39 "Middy",
40 "Service Discovery",
41 "SCloud Map",
42 "Instances"
43 ],
44 "author": {
45 "name": "Middy contributors",
46 "url": "https://github.com/middyjs/middy/graphs/contributors"
47 },
48 "repository": {
49 "type": "git",
50 "url": "github:middyjs/middy",
51 "directory": "packages/sts"
52 },
53 "bugs": {
54 "url": "https://github.com/middyjs/middy/issues"
55 },
56 "homepage": "https://middy.js.org",
57 "funding": {
58 "type": "github",
59 "url": "https://github.com/sponsors/willfarrell"
60 },
61 "dependencies": {
62 "@middy/util": "5.0.2"
63 },
64 "devDependencies": {
65 "@aws-sdk/client-servicediscovery": "^3.0.0",
66 "@middy/core": "5.0.2",
67 "@types/aws-lambda": "^8.10.101",
68 "aws-xray-sdk": "^3.3.3"
69 },
70 "gitHead": "6d17e155237022f2a0abd095ac7cd99ebfc7fc71"
71}