amical/packages/native-helpers/windows-helper/package.json
2025-10-25 23:03:05 +05:30

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"
]
}