You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
350 B
16 lines
350 B
{
|
|
"name": "museo.red",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"lerna": "^3.22.1"
|
|
},
|
|
"scripts": {
|
|
"bootstrap": "lerna bootstrap",
|
|
"lint": "lerna run lint --stream",
|
|
"fix": "lerna run fix --stream",
|
|
"start": "lerna run start --stream",
|
|
"build": "lerna run build --stream",
|
|
"serve": "lerna run serve --stream"
|
|
}
|
|
}
|