15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "npm start -w @mcflyjs/landing-page",
|
|
"build": "npm run build -w @mcflyjs/landing-page",
|
|
"build:preview": "npm run build:preview -w @mcflyjs/landing-page"
|
|
},
|
|
"workspaces": [
|
|
"packages/config",
|
|
"packages/create-mcfly",
|
|
"templates/basic",
|
|
"packages/core",
|
|
"app"
|
|
]
|
|
}
|