chore: add links to package.json (#13100)

This commit is contained in:
Shahed Nasser
2025-08-01 10:59:47 +03:00
committed by GitHub
parent 15692bfd3f
commit db60ec5a1a

View File

@@ -36,6 +36,10 @@
},
"author": "Sebastian Rindom",
"license": "MIT",
"homepage": "https://medusajs.com",
"llms": "https://docs.medusajs.com/llms.txt",
"llmsFull": "https://docs.medusajs.com/llms-full.txt",
"mcpServer": "https://docs.medusajs.com/mcp",
"scripts": {
"watch": "tsc --build --watch",
"build": "rimraf dist && tsc --build",