16 lines
398 B
JSON
16 lines
398 B
JSON
{
|
|
"name": "@amical/windows-helper",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm --filter @amical/types generate:all && dotnet publish -c Release -r win-x64 --self-contained true -o bin",
|
|
"build:native": "dotnet publish -c Release -r win-x64 --self-contained true -o bin",
|
|
"clean": "rm -rf bin obj"
|
|
},
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
]
|
|
}
|