* intial work * update lock * add routes and fix HMR of configs * cleanup * rm imports * rm debug from plugin * address feedback * address feedback
23 lines
493 B
JSON
23 lines
493 B
JSON
{
|
|
"name": "@medusajs/admin-shared",
|
|
"description": "Shared code for Medusa admin packages.",
|
|
"version": "0.0.1",
|
|
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
|
"types": "dist/index.d.ts",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.2",
|
|
"tsup": "^8.0.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"packageManager": "yarn@3.2.1"
|
|
}
|