Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/apps/auth/package.json

17 lines
364 B
JSON
Raw Normal View History

2023-01-24 10:32:40 +01:00
{
"name": "umbraco-backoffice-auth",
"version": "0.0.0",
"license": "MIT",
"author": {
"name": "Umbraco HQ",
"email": "backoffice@umbraco.com"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:production": "vite build --mode production",
"preview": "vite preview",
"test": "web-test-runner \"test/**/*.test.ts\" --node-resolve"
}
}