enso/app/ide-desktop/package.json
2023-01-27 01:09:09 +01:00

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"
}
}