1 | {
|
2 | "name": "@middy/secrets-manager",
|
3 | "version": "3.0.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 | "exports": {
|
14 | ".": {
|
15 | "import": "./index.js",
|
16 | "require": "./index.cjs",
|
17 | "types": "./index.d.ts"
|
18 | }
|
19 | },
|
20 | "types": "index.d.ts",
|
21 | "files": [
|
22 | "index.js",
|
23 | "index.cjs",
|
24 | "index.d.ts"
|
25 | ],
|
26 | "scripts": {
|
27 | "test": "npm run test:unit",
|
28 | "test:unit": "ava",
|
29 | "test:benchmark": "node __benchmarks__/index.js"
|
30 | },
|
31 | "license": "MIT",
|
32 | "keywords": [
|
33 | "Lambda",
|
34 | "Middleware",
|
35 | "Serverless",
|
36 | "Framework",
|
37 | "AWS",
|
38 | "AWS Lambda",
|
39 | "Middy",
|
40 | "Secrets Manager"
|
41 | ],
|
42 | "author": {
|
43 | "name": "Middy contributors",
|
44 | "url": "https://github.com/middyjs/middy/graphs/contributors"
|
45 | },
|
46 | "repository": {
|
47 | "type": "git",
|
48 | "url": "github:middyjs/middy",
|
49 | "directory": "packages/secrets-manager"
|
50 | },
|
51 | "bugs": {
|
52 | "url": "https://github.com/middyjs/middy/issues"
|
53 | },
|
54 | "homepage": "https://middy.js.org",
|
55 | "dependencies": {
|
56 | "@middy/util": "^3.0.1"
|
57 | },
|
58 | "devDependencies": {
|
59 | "@middy/core": "^3.0.1",
|
60 | "aws-sdk": "^2.939.0",
|
61 | "aws-xray-sdk": "^3.3.3"
|
62 | },
|
63 | "gitHead": "797455e2c2be445867bc03597e0a2d5b0560c9de"
|
64 | }
|