Files
medusa-store/packages/design-system/toolbox/package.json
2025-12-03 09:20:02 +01:00

26 lines
646 B
JSON

{
"name": "@medusajs/toolbox",
"private": true,
"version": "2.12.1",
"description": "CLI tool for importing Figma designs for Medusa UI",
"license": "MIT",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"bin": "./bin/toolbox.js",
"scripts": {
"build": "yarn run -T tsup"
},
"dependencies": {
"@svgr/core": "8.0.0",
"@svgr/plugin-jsx": "8.0.1",
"@svgr/plugin-prettier": "8.0.1",
"@svgr/plugin-svgo": "8.0.1",
"axios": "^1.13.1",
"axios-retry": "^3.1.9",
"commander": "^11.0.0",
"dotenv": "^16.4.5",
"fs-extra": "^11.1.1",
"picocolors": "^1.1.0",
"ts-dedent": "2.2.0"
}
}