mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 17:41:32 +03:00
ad5f2c9121
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
13 lines
260 B
JSON
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"
|
|
}
|
|
}
|