{
    "name": "@typescript/native-preview",
    "version": "7.0.0-dev.20260322.1",
    "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,
    "bin": {
        "tsgo": "./bin/tsgo.js"
    },
    "exports": {
        "./package.json": "./package.json"
    },
    "imports": {
        "#getExePath": "./lib/getExePath.js"
    },
    "gitHead": "a4325da30f285ff85b7b55afe1c65d74f54794af",
    "optionalDependencies": {
        "@typescript/native-preview-win32-x64": "7.0.0-dev.20260322.1",
        "@typescript/native-preview-win32-arm64": "7.0.0-dev.20260322.1",
        "@typescript/native-preview-linux-x64": "7.0.0-dev.20260322.1",
        "@typescript/native-preview-linux-arm": "7.0.0-dev.20260322.1",
        "@typescript/native-preview-linux-arm64": "7.0.0-dev.20260322.1",
        "@typescript/native-preview-darwin-x64": "7.0.0-dev.20260322.1",
        "@typescript/native-preview-darwin-arm64": "7.0.0-dev.20260322.1"
    }
}