We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c111a7 commit 27542ffCopy full SHA for 27542ff
package.json
@@ -3,6 +3,10 @@
3
"version": "1.0.0",
4
"description": "Model Context Protocol (MCP) server for NASA APIs",
5
"main": "dist/index.js",
6
+ "type": "module",
7
+ "files": [
8
+ "dist"
9
+ ],
10
"bin": {
11
"nasa-mcp-server": "dist/index.js"
12
},
0 commit comments