diff options
Diffstat (limited to 'backend/package.json')
| -rw-r--r-- | backend/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/package.json b/backend/package.json index caf9258..5d087f7 100644 --- a/backend/package.json +++ b/backend/package.json @@ -18,6 +18,7 @@ "start": "sh -c \"if [ -d src ]; then npm run build; else echo 'Skipping build: no src/ directory'; fi && medusa start\"",
"start:custom": "sh -c \"if [ -d src ]; then npm run build; else echo 'Skipping build: no src/ directory'; fi && node --preserve-symlinks index.js\"",
"dev": "sh -c \"if [ -d src ]; then npm run build; else echo 'Skipping build: no src/ directory'; fi && medusa develop\"",
+ "import:products": "node scripts/import-products.js --file ./data/products-import.csv --report ./data/import-report.json",
"seed": "medusa seed -f ./data/seed.json",
"install:cli": "npm install -g @medusajs/medusa-cli",
"postinstall": "node scripts/patch-medusa.js"
@@ -29,6 +30,7 @@ "@medusajs/cache-redis": "^1.8.9",
"@medusajs/event-bus-local": "^1.9.7",
"@medusajs/event-bus-redis": "^1.8.10",
+ "csv-parse": "^5.5.6",
"@medusajs/file-local": "^1.0.2",
"@medusajs/admin": "^7.1.14",
"body-parser": "^1.19.0",
|
