Files
swiftapp/package.json
Juergen Kunz c908187840
Some checks failed
CI / test (push) Has been cancelled
document remote tsswift workflow and bump to 0.6.0
2026-04-20 19:18:10 +00:00

19 lines
760 B
JSON

{
"name": "idp-global-swiftapp-tooling",
"private": true,
"packageManager": "pnpm@10.18.1",
"scripts": {
"swift:doctor": "tsswift doctor --path swift/IDPGlobal.xcodeproj",
"swift:emulators": "tsswift emulators --path swift/IDPGlobal.xcodeproj",
"swift:build": "tsswift build --path swift/IDPGlobal.xcodeproj",
"swift:build:macos": "tsswift build --path swift/IDPGlobal.xcodeproj --platform macos",
"swift:test": "tsswift test --path swift/IDPGlobal.xcodeproj",
"swift:run": "tsswift run --path swift/IDPGlobal.xcodeproj",
"swift:watch": "tsswift watch --path swift/IDPGlobal.xcodeproj",
"swift:launch": "tsswift launch --path swift/IDPGlobal.xcodeproj"
},
"devDependencies": {
"@git.zone/tsswift": "0.6.0"
}
}