31 строка
881 B
JSON
31 строка
881 B
JSON
{
|
|
"name": "flamegrill-monorepo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"repository": "https://github.com/microsoft/flamegrill.git",
|
|
"license": "MIT",
|
|
"author": "Jason Gore <jagore@microsoft.com>",
|
|
"main": "index.js",
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build:all": "lerna run build --stream",
|
|
"build:docs": "yarn workspace flamegrill-website build",
|
|
"build": "yarn workspace flamegrill build",
|
|
"build:flamegrill": "yarn workspace flamegrill build",
|
|
"change": "beachball change",
|
|
"checkchange": "beachball check",
|
|
"publish:beachball": "beachball publish",
|
|
"start": "yarn workspace flamegrill start",
|
|
"start:docs": "yarn workspace flamegrill-website start",
|
|
"test": "yarn workspace flamegrill test"
|
|
},
|
|
"devDependencies": {
|
|
"beachball": "^1.13.1",
|
|
"lerna": "^3.13.2"
|
|
}
|
|
}
|