15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"name": "actions-languageservices",
|
|
"private": true,
|
|
"workspaces": [
|
|
"./actions-expressions",
|
|
"./actions-workflow-parser",
|
|
"./actions-languageservice",
|
|
"./actions-languageserver",
|
|
"./browser-playground"
|
|
],
|
|
"devDependencies": {
|
|
"lerna": "^6.0.3"
|
|
}
|
|
}
|