UNPKG

medusajs-launch-utils

Version:

Build and launch utilities for Medusajs monorepo projects

39 lines (38 loc) 945 B
{ "name": "medusajs-launch-utils", "version": "0.0.19", "description": "Build and launch utilities for Medusajs monorepo projects", "main": "index.js", "bin": { "init-backend": "bin/initializeBackend.js", "await-backend": "bin/awaitBackendReady.js", "launch-storefront": "bin/launchStorefront.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "medusajs", "medusa", "monorepo", "monorepository", "launch", "build", "utilities" ], "author": { "name": "Rasmus Puls", "url": "https://funkyton.com/" }, "homepage": "https://funkyton.com/medusajs-2-0-is-finally-here/", "license": "MIT", "dependencies": { "axios": "^1.11.0", "dotenv": "^10.0.0", "pg": "^8.7.1" }, "repository": { "type": "git", "url": "git+https://github.com/rpuls/medusajs-launch-utils.git" } }