Skip to content

Commit 27542ff

Browse files
add module
1 parent 8c111a7 commit 27542ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.0",
44
"description": "Model Context Protocol (MCP) server for NASA APIs",
55
"main": "dist/index.js",
6+
"type": "module",
7+
"files": [
8+
"dist"
9+
],
610
"bin": {
711
"nasa-mcp-server": "dist/index.js"
812
},

0 commit comments

Comments
 (0)