{
    "name": "@typescript/typescript-linux-x64",
    "version": "7.0.2",
    "license": "Apache-2.0",
    "author": "Microsoft Corp.",
    "homepage": "https://www.typescriptlang.org/",
    "description": "TypeScript is a language for application scale JavaScript development",
    "keywords": [
        "TypeScript",
        "Microsoft",
        "compiler",
        "language",
        "javascript"
    ],
    "bugs": {
        "url": "https://github.com/microsoft/TypeScript/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/microsoft/TypeScript.git"
    },
    "type": "module",
    "preferUnplugged": true,
    "engines": {
        "node": ">=16.20.0"
    },
    "files": [
        "lib",
        "NOTICE.txt"
    ],
    "exports": {
        "./package.json": "./package.json"
    },
    "gitHead": "2bd066d87f5bafd315be9f40889d0a60b9e58e0b",
    "publishConfig": {
        "access": "public",
        "tag": "latest"
    },
    "os": [
        "linux"
    ],
    "cpu": [
        "x64"
    ]
}