2020-02-03 18:43:11 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "@dbgate/all",
|
2020-02-03 19:09:02 +00:00
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"start:api": "yarn workspace @dbgate/api start",
|
|
|
|
"start:web": "yarn workspace @dbgate/web start",
|
2020-03-05 06:35:23 +00:00
|
|
|
"start:sqltree": "yarn workspace @dbgate/sqltree start",
|
2020-02-03 19:09:02 +00:00
|
|
|
"start": "concurrently --kill-others-on-fail \"yarn start:api\" \"yarn start:web\"",
|
|
|
|
|
|
|
|
"ts:api": "yarn workspace @dbgate/api ts",
|
|
|
|
"ts:web": "yarn workspace @dbgate/web ts",
|
|
|
|
"ts": "yarn ts:api && yarn ts:web"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"concurrently": "^5.1.0"
|
|
|
|
}
|
2020-02-03 18:43:11 +00:00
|
|
|
}
|