Files
swiftsupport/package.json

26 lines
568 B
JSON

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