Create package.json

This commit is contained in:
Mads Rasmussen
2024-07-04 20:48:15 +02:00
parent 48b8152fc0
commit f7f54990ae

View File

@@ -0,0 +1,8 @@
{
"name": "@umbraco-backoffice/user",
"private": true,
"type": "module",
"scripts": {
"build": "vite build"
}
}