|
6 | 6 | "name": "Amazon Web Services", |
7 | 7 | "url": "https://aws.amazon.com" |
8 | 8 | }, |
9 | | - "license": "MIT-0", |
10 | 9 | "publishConfig": { |
11 | 10 | "access": "public" |
12 | 11 | }, |
|
26 | 25 | "prepack": "node ../../.github/scripts/release_patch_package_json.js ." |
27 | 26 | }, |
28 | 27 | "homepage": "https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/commons#readme", |
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 | | - ], |
| 28 | + "license": "MIT-0", |
54 | 29 | "type": "module", |
55 | 30 | "exports": { |
56 | 31 | ".": { |
|
83 | 58 | "import": "./lib/esm/envUtils.js", |
84 | 59 | "require": "./lib/cjs/envUtils.js" |
85 | 60 | }, |
86 | | - "./utils/metadata": { |
87 | | - "import": "./lib/esm/metadata.js", |
88 | | - "require": "./lib/cjs/metadata.js" |
89 | | - }, |
90 | 61 | "./types": { |
91 | 62 | "import": "./lib/esm/types/index.js", |
92 | 63 | "require": "./lib/cjs/types/index.js" |
|
118 | 89 | "lib/cjs/envUtils.d.ts", |
119 | 90 | "lib/esm/envUtils.d.ts" |
120 | 91 | ], |
121 | | - "utils/metadata": [ |
122 | | - "lib/cjs/metadata.d.ts", |
123 | | - "lib/esm/metadata.d.ts" |
124 | | - ], |
125 | 92 | "types": [ |
126 | 93 | "lib/cjs/types/index.d.ts", |
127 | 94 | "lib/esm/types/index.d.ts" |
|
131 | 98 | "lib/esm/deepMerge.d.ts" |
132 | 99 | ] |
133 | 100 | } |
| 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" |
134 | 126 | } |
135 | 127 | } |
0 commit comments