podman-desktop/tools/package.json
Florent Benoit c8e8e4381a chore: update vitest to v2.1.4
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-11-04 13:02:42 +01:00

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