Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
32 lines
730 B
JSON
32 lines
730 B
JSON
{
|
|
"name": "@medusajs/admin-sdk",
|
|
"description": "SDK for building extension for the Medusa admin dashboard.",
|
|
"version": "2.9.0",
|
|
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
|
"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": "tsup"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.2",
|
|
"tsup": "^8.0.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/admin-shared": "2.9.0",
|
|
"zod": "3.25.76"
|
|
},
|
|
"packageManager": "yarn@3.2.1"
|
|
}
|