enso/app/ide-desktop/lib/project-manager-shim/package.json
Dmitry Bushev ad5f2c9121
Change the default location for Enso projects (#10318)
close #10240

Changelog:
- add: `desktop-environment` Java module to detect user environment configuration
- add: `ProjectsMigration` module containing the migration logic of the enso projects directory
- update: updated and cleaned up unused settings from the storage config
- add: `desktopEnvironment` TS module to detect user environment configuration in the `project-manager-shim`
- update: `project-manager-shim` with the new user projects directory
2024-06-22 12:40:51 +00:00

13 lines
260 B
JSON

{
"name": "enso-project-manager-shim",
"version": "1.0.0",
"type": "module",
"exports": {
".": "./src/projectManagerShimMiddleware.ts",
"./src/projectManagement": "./src/projectManagement.ts"
},
"dependencies": {
"yaml": "^2.4.1"
}
}