{ "name": "@medusajs/admin-sdk", "description": "SDK for building extension for the Medusa admin dashboard.", "version": "2.12.2", "author": "Kasper Kristensen ", "types": "dist/index.d.ts", "main": "dist/index.js", "module": "dist/index.mjs", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/admin/admin-sdk" }, "files": [ "dist", "package.json" ], "scripts": { "build": "yarn run -T tsup" }, "dependencies": { "@medusajs/admin-shared": "2.12.2", "zod": "3.25.76" }, "packageManager": "yarn@3.2.1" }