mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 11:44:28 +08:00
- Added IPC handlers for managing Node.js applications, including listing, adding, installing, updating, starting, stopping, and uninstalling apps. - Introduced deployment options for Node.js apps from ZIP files and Git repositories. - Enhanced the process utility to support environment variables during script execution. - Updated preload API to expose Node.js app management functionalities. - Added new UI components and routes for Node.js app management in the renderer. - Included internationalization support for Node.js app features in both English and Chinese.
14 lines
235 B
JSON
14 lines
235 B
JSON
{
|
|
"name": "@cherry-studio/artifacts",
|
|
"version": "0.1.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@cherry-studio/artifacts",
|
|
"version": "0.1.0",
|
|
"license": "ISC"
|
|
}
|
|
}
|
|
}
|