GET /api/v1/ports/typescript/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "typescript",
    "portdir": "lang/typescript",
    "version": "5.7.2",
    "license": "Apache-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.typescriptlang.org",
    "description": "TypeScript is JavaScript with syntax for types",
    "long_description": "TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "goranmoomin",
            "ports_count": 1
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "npm10",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "nodejs22"
            ]
        }
    ],
    "depends_on": []
}