mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
13 lines
388 B
JSON
13 lines
388 B
JSON
{
|
|
"name": "@stackframe/swift-sdk",
|
|
"version": "2.8.88",
|
|
"private": true,
|
|
"description": "Stack Auth Swift SDK",
|
|
"scripts": {
|
|
"test": "swift test",
|
|
"clean": "swift package clean",
|
|
"start:mac-example": "cd Examples/StackAuthMacOS && swift run",
|
|
"start:ios-example": "echo 'iOS example requires Xcode. Run: open Examples/StackAuthiOS/StackAuthiOS.xcodeproj'"
|
|
}
|
|
}
|