17 lines
451 B
JSON
17 lines
451 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",
|
|
"create": "node ./packages/create-mcfly"
|
|
},
|
|
"workspaces": [
|
|
"packages/config",
|
|
"packages/create-mcfly",
|
|
"templates/basic",
|
|
"packages/core",
|
|
"site"
|
|
]
|
|
}
|