forked from NuGetPackageExplorer/NuGetPackageExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 1.1 KB
/
package.json
File metadata and controls
20 lines (20 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "nuget-package-explorer-devtools",
"private": true,
"devDependencies": {
"@azure/static-web-apps-cli": "2.0.8",
"@playwright/test": "1.58.2"
},
"scripts": {
"api:build": "dotnet build Uno/Api/Api.csproj -c Debug",
"api:start": "node scripts/start-functions-host.mjs 7071",
"api:wait": "node scripts/wait-for-http.mjs http://127.0.0.1:7071/api/MsdlProxy?symbolkey=https://evil.invalid/a.pdb/abc/a.pdb 400 90000",
"browser:publish": "dotnet publish Uno/NuGetPackageExplorer/NuGetPackageExplorer.WinUI.csproj -f net10.0-browserwasm -c Release",
"swa": "swa",
"swa:start": "swa start artifacts/publish/NuGetPackageExplorer.WinUI/release_net10.0-browserwasm/wwwroot --host 127.0.0.1 --port 4280 --api-devserver-url http://127.0.0.1:7071 --swa-config-location Uno/NuGetPackageExplorer/Platforms/WebAssembly/wwwroot",
"swa:start:test": "node scripts/start-swa-routing.mjs",
"test:wasm-routing": "playwright test tests/wasm-routing",
"tools:install": "npm --prefix .tools ci --no-audit --no-fund",
"verify:swa-ui-flow": "node scripts/verify-swa-ui-flow.mjs"
}
}