@typescript/native-preview
Version:
Preview CLI of the native TypeScript compiler port
47 lines • 1.52 kB
JSON
{
"name": "@typescript/native-preview",
"version": "7.0.0-dev.20250915.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": "0522ac5164677f505673f8757c7d90e48175f572",
"optionalDependencies": {
"@typescript/native-preview-win32-x64": "7.0.0-dev.20250915.1",
"@typescript/native-preview-win32-arm64": "7.0.0-dev.20250915.1",
"@typescript/native-preview-linux-x64": "7.0.0-dev.20250915.1",
"@typescript/native-preview-linux-arm": "7.0.0-dev.20250915.1",
"@typescript/native-preview-linux-arm64": "7.0.0-dev.20250915.1",
"@typescript/native-preview-darwin-x64": "7.0.0-dev.20250915.1",
"@typescript/native-preview-darwin-arm64": "7.0.0-dev.20250915.1"
}
}