16 lines
405 B
JSON
16 lines
405 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",
|
|
"template:basic": "npm run dev -w @templates/basic"
|
|
},
|
|
"workspaces": [
|
|
"packages/config",
|
|
"packages/create-mcfly",
|
|
"templates/basic",
|
|
"packages/core",
|
|
"site"
|
|
]
|
|
}
|