|
6 | 6 | "name": "Amazon Web Services", |
7 | 7 | "url": "https://aws.amazon.com" |
8 | 8 | }, |
| 9 | + "license": "MIT-0", |
9 | 10 | "publishConfig": { |
10 | 11 | "access": "public" |
11 | 12 | }, |
|
25 | 26 | "prepack": "node ../../.github/scripts/release_patch_package_json.js ." |
26 | 27 | }, |
27 | 28 | "homepage": "https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/commons#readme", |
28 | | - "license": "MIT-0", |
| 29 | + "repository": { |
| 30 | + "type": "git", |
| 31 | + "url": "git+https://github.com/aws-powertools/powertools-lambda-typescript.git" |
| 32 | + }, |
| 33 | + "bugs": { |
| 34 | + "url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues" |
| 35 | + }, |
| 36 | + "keywords": [ |
| 37 | + "aws", |
| 38 | + "lambda", |
| 39 | + "powertools", |
| 40 | + "serverless", |
| 41 | + "nodejs" |
| 42 | + ], |
| 43 | + "dependencies": { |
| 44 | + "@aws/lambda-invoke-store": "0.2.4" |
| 45 | + }, |
| 46 | + "devDependencies": { |
| 47 | + "@aws-lambda-powertools/testing-utils": "file:../testing" |
| 48 | + }, |
| 49 | + "main": "./lib/cjs/index.js", |
| 50 | + "types": "./lib/cjs/index.d.ts", |
| 51 | + "files": [ |
| 52 | + "lib" |
| 53 | + ], |
29 | 54 | "type": "module", |
30 | 55 | "exports": { |
31 | 56 | ".": { |
|
58 | 83 | "import": "./lib/esm/envUtils.js", |
59 | 84 | "require": "./lib/cjs/envUtils.js" |
60 | 85 | }, |
| 86 | + "./utils/metadata": { |
| 87 | + "import": "./lib/esm/metadata.js", |
| 88 | + "require": "./lib/cjs/metadata.js" |
| 89 | + }, |
61 | 90 | "./types": { |
62 | 91 | "import": "./lib/esm/types/index.js", |
63 | 92 | "require": "./lib/cjs/types/index.js" |
|
89 | 118 | "lib/cjs/envUtils.d.ts", |
90 | 119 | "lib/esm/envUtils.d.ts" |
91 | 120 | ], |
| 121 | + "utils/metadata": [ |
| 122 | + "lib/cjs/metadata.d.ts", |
| 123 | + "lib/esm/metadata.d.ts" |
| 124 | + ], |
92 | 125 | "types": [ |
93 | 126 | "lib/cjs/types/index.d.ts", |
94 | 127 | "lib/esm/types/index.d.ts" |
|
98 | 131 | "lib/esm/deepMerge.d.ts" |
99 | 132 | ] |
100 | 133 | } |
101 | | - }, |
102 | | - "types": "./lib/cjs/index.d.ts", |
103 | | - "main": "./lib/cjs/index.js", |
104 | | - "files": [ |
105 | | - "lib" |
106 | | - ], |
107 | | - "repository": { |
108 | | - "type": "git", |
109 | | - "url": "git+https://github.com/aws-powertools/powertools-lambda-typescript.git" |
110 | | - }, |
111 | | - "bugs": { |
112 | | - "url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues" |
113 | | - }, |
114 | | - "keywords": [ |
115 | | - "aws", |
116 | | - "lambda", |
117 | | - "powertools", |
118 | | - "serverless", |
119 | | - "nodejs" |
120 | | - ], |
121 | | - "dependencies": { |
122 | | - "@aws/lambda-invoke-store": "0.2.4" |
123 | | - }, |
124 | | - "devDependencies": { |
125 | | - "@aws-lambda-powertools/testing-utils": "file:../testing" |
126 | 134 | } |
127 | 135 | } |
0 commit comments