2022-05-23 05:16:04 +03:00
|
|
|
{
|
|
|
|
"version": "1.0.0",
|
2022-06-01 14:44:40 +03:00
|
|
|
"type": "module",
|
2022-05-23 05:16:04 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Enso Team",
|
|
|
|
"email": "contact@enso.org"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/enso-org/enso",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:enso-org/enso.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/enso-org/enso/issues"
|
|
|
|
},
|
|
|
|
"name": "root",
|
|
|
|
"private": true,
|
|
|
|
"workspaces": [
|
|
|
|
"lib/icons",
|
|
|
|
"lib/common",
|
|
|
|
"lib/content",
|
|
|
|
"lib/client"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"watch": "npm run watch --workspace enso-studio-content"
|
|
|
|
}
|
|
|
|
}
|