-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 907 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "medusajs-launch-utils",
"version": "0.0.14",
"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": "^0.21.1",
"dotenv": "^10.0.0",
"pg": "^8.7.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rpuls/medusajs-launch-utils.git"
}
}