mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
needs to bump them altogether use a change for loading monaco-editor in the test config file to avoid > The package may have incorrect main/module/exports specified in its package.json. Signed-off-by: Florent Benoit <fbenoit@redhat.com>
19 lines
390 B
JSON
19 lines
390 B
JSON
{
|
|
"name": "release-notes-generator",
|
|
"version": "1.0.0",
|
|
"description": "Generates release notes",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"author": "The Podman Desktop team",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/graphql": "^8.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.3",
|
|
"vitest": "^2.1.6"
|
|
}
|
|
}
|