File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010.DS_Store
1111* .map
12+ * .tgz
13+ package
Original file line number Diff line number Diff line change 1111 ],
1212 "private" : false ,
1313 "sideEffects" : false ,
14+ "files" : [
15+ " dist" ,
16+ " README.md"
17+ ],
1418 "homepage" : " https://github.com/poad/aws-lambda-mcp-server#readme" ,
1519 "repository" : {
1620 "type" : " git" ,
1721 "url" : " git+https://github.com/poad/aws-lambda-mcp-server.git"
1822 },
23+ "publishConfig" : {
24+ "main" : " ./dist/index.js" ,
25+ "typings" : " ./dist/index.d.ts"
26+ },
1927 "exports" : {
2028 "." : {
2129 "types" : " ./dist/index.d.ts" ,
2230 "default" : " ./dist/index.js"
2331 }
2432 },
2533 "module" : " ./dist/index.js" ,
26- "types" : " dist/index.d.ts" ,
34+ "types" : " ./ dist/index.d.ts" ,
2735 "main" : " ./dist/index.js" ,
2836 "author" : " poad" ,
2937 "license" : " ISC" ,
5664 "hono" : " ^4.10.4" ,
5765 "zod" : " ^3.25.76"
5866 }
59- }
67+ }
You can’t perform that action at this time.
0 commit comments