medusa-dev-cli
Advanced tools
{ | ||
"name": "medusa-dev-cli", | ||
"description": "CLI helpers for contributors working on Medusa", | ||
"version": "0.0.32", | ||
"version": "0.0.33-snapshot-20240108100013", | ||
"author": "Sebastian Rindom <skrindom@gmail.com>", | ||
@@ -45,3 +45,3 @@ "bin": { | ||
"scripts": { | ||
"prepare": "cross-env NODE_ENV=production yarn run build", | ||
"prepublishOnly": "cross-env NODE_ENV=production tsc --build", | ||
"test": "jest --passWithNoTests", | ||
@@ -52,5 +52,5 @@ "build": "tsc", | ||
"engines": { | ||
"node": ">=12.13.0" | ||
"node": ">=16" | ||
}, | ||
"gitHead": "41a5425405aea5045a26def95c0dc00cf4a5a44d" | ||
} |
101037
0.02%