UNPKG

1.54 kBJSONView Raw
1{
2 "name": "@middy/secrets-manager",
3 "version": "3.6.1",
4 "description": "Secrets Manager middleware for the middy framework",
5 "type": "module",
6 "engines": {
7 "node": ">=14"
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 "test:benchmark": "node __benchmarks__/index.js"
37 },
38 "license": "MIT",
39 "keywords": [
40 "Lambda",
41 "Middleware",
42 "Serverless",
43 "Framework",
44 "AWS",
45 "AWS Lambda",
46 "Middy",
47 "Secrets Manager"
48 ],
49 "author": {
50 "name": "Middy contributors",
51 "url": "https://github.com/middyjs/middy/graphs/contributors"
52 },
53 "repository": {
54 "type": "git",
55 "url": "github:middyjs/middy",
56 "directory": "packages/secrets-manager"
57 },
58 "bugs": {
59 "url": "https://github.com/middyjs/middy/issues"
60 },
61 "homepage": "https://middy.js.org",
62 "dependencies": {
63 "@middy/util": "3.6.1"
64 },
65 "devDependencies": {
66 "@middy/core": "3.6.1",
67 "@types/aws-lambda": "^8.10.101",
68 "aws-sdk": "^2.939.0",
69 "aws-xray-sdk": "^3.3.3"
70 },
71 "gitHead": "31a7f9f8e93a73a8be382b3022b9cfcbc13b2961"
72}