chore: Add name to project (#60)

This commit is contained in:
Sergio Garcia 2025-04-13 12:48:03 +02:00 committed by GitHub
parent c7f05581ca
commit ee6bf71eca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"lockfileVersion": 1,
"workspaces": {
"": {
"name": "unnamed-file-converter",
"name": "VERT",
"dependencies": {
"@bjorn3/browser_wasi_shim": "^0.4.1",
"@ffmpeg/ffmpeg": "^0.12.15",

View File

@ -1,5 +1,5 @@
{
"name": "unnamed-file-converter",
"name": "VERT",
"version": "0.0.1",
"type": "module",
"scripts": {