mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
13 lines
383 B
JSON
13 lines
383 B
JSON
{
|
|
"name": "@hexclave/swift-sdk",
|
|
"version": "1.0.5",
|
|
"private": true,
|
|
"description": "Hexclave 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'"
|
|
}
|
|
}
|