Create package.json

This commit is contained in:
Mads Rasmussen
2024-07-03 20:03:15 +02:00
parent be5c25c049
commit 2a8a36c7bc

View File

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