{
"name": "ActionDSL",
"path": "/usr/src/package",
"targets": [
{
"name": "ActionDSLTests",
"path": "Tests/ActionDSLTests",
"type": "test",
"c99name": "ActionDSLTests",
"sources": [
"ActionDSLTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"ActionDSL"
]
},
{
"name": "ActionDSL",
"path": "Sources/ActionDSL",
"type": "library",
"c99name": "ActionDSL",
"sources": [
"Core/ActionCLIBaseCommand.swift",
"Core/CodingKeys.swift",
"Core/EnvironmentManager.swift",
"PropertyWrappers/ActionParam.swift",
"Protocols/ActionCLIProtocol.swift",
"Protocols/ActionConfigurationProtocol.swift",
"Protocols/ActionParamProtocol.swift",
"Protocols/ActionProtocol.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"ActionDSL"
],
"product_dependencies": [
"ArgumentParser"
]
}
],
"products": [
{
"name": "ActionDSL",
"type": {
"library": [
"automatic"
]
},
"targets": [
"ActionDSL"
]
}
],
"platforms": [],
"dependencies": [
{
"url": "https://github.com/apple/swift-argument-parser.git",
"type": "sourceControl",
"identity": "swift-argument-parser",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "5.7",
"manifest_display_name": "ActionDSL"
}