{
    "name": "@zzzen/tsgo-win32-x64",
    "version": "7.0.0-dev.2",
    "license": "Apache-2.0",
    "author": "Microsoft Corp.",
    "homepage": "https://www.typescriptlang.org/",
    "description": "Preview CLI of the native TypeScript compiler port",
    "keywords": [
        "TypeScript",
        "Microsoft",
        "compiler",
        "language",
        "javascript",
        "tsgo"
    ],
    "bugs": {
        "url": "https://github.com/microsoft/typescript-go/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/microsoft/typescript-go.git"
    },
    "publishConfig": {
        "access": "public"
    },
    "type": "module",
    "preferUnplugged": true,
    "exports": {
        "./package.json": "./package.json"
    },
    "gitHead": "9f0e22afda3c5a0c0c863808c72e87a28f6fe4d5",
    "os": [
        "win32"
    ],
    "cpu": [
        "x64"
    ]
}
