add swift transport support package
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@api.global/swiftsupport",
|
||||
"version": "1.0.0",
|
||||
"private": false,
|
||||
"description": "Swift transport support for api.global typedrequest and typedsocket servers.",
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo 'Run swift test in a Swift toolchain environment'",
|
||||
"build": "echo 'Build via SwiftPM/Xcode'"
|
||||
},
|
||||
"files": [
|
||||
"Package.swift",
|
||||
"README.md",
|
||||
"Sources/**/*",
|
||||
"Tests/**/*"
|
||||
],
|
||||
"keywords": [
|
||||
"Swift",
|
||||
"typedrequest",
|
||||
"typedsocket",
|
||||
"api.global"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user