mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 08:41:40 +03:00
33 lines
658 B
JSON
33 lines
658 B
JSON
{
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"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/client",
|
|
"lib/content",
|
|
"lib/copy-plugin",
|
|
"lib/icons",
|
|
"lib/server"
|
|
],
|
|
"devDependencies": {
|
|
"patch-package": "^6.4.7"
|
|
},
|
|
"scripts": {
|
|
"watch": "npm run watch --workspace enso-studio-content",
|
|
"postinstall": "patch-package"
|
|
}
|
|
}
|