{
    "name": "@typescript/native-preview-darwin-arm64",
    "version": "7.0.0-dev.20260624.1",
    "license": "Apache-2.0",
    "author": "Microsoft Corp.",
    "homepage": "https://www.typescriptlang.org/",
    "description": "Preview CLI and JS API for 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,
    "engines": {
        "node": ">=16.20.0"
    },
    "files": [
        "lib",
        "NOTICE.txt"
    ],
    "exports": {
        "./package.json": "./package.json"
    },
    "scripts": {
        "node": "node --experimental-strip-types --no-warnings --conditions @typescript/source",
        "generate": "npm run generate:ast && npm run generate:encoder && npm run generate:enums && npm run generate:sync",
        "generate:ast": "node --experimental-strip-types --no-warnings ../../_scripts/generate-ts-ast.ts",
        "generate:encoder": "npm run node -- ../../_scripts/generate-encoder.ts",
        "generate:sync": "npm run node -- scripts/generateSync.ts",
        "generate:enums": "npx hereby generate:enums --herebyfile ../../Herebyfile.mjs",
        "prebuild": "npm run generate",
        "build": "tsc -b",
        "prebuild:test": "npm run generate",
        "build:test": "tsc -b test",
        "test:only": "npm run node -- --test './test/**/*.test.ts'",
        "pretest": "npm run generate",
        "test": "npm run test:only"
    },
    "devDependencies": {
        "@types/node": "^25.9.1",
        "tinybench": "^6.0.2",
        "vscode-jsonrpc": "^9.0.0"
    },
    "gitHead": "6d68dd661d656b030149a703b6eeafffe46ee578",
    "os": [
        "darwin"
    ],
    "cpu": [
        "arm64"
    ]
}