UNPKG

@typescript/native-preview-darwin-x64

Version:

Preview CLI of the native TypeScript compiler port

41 lines 982 B
{ "name": "@typescript/native-preview-darwin-x64", "version": "7.0.0-dev.20250826.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, "engines": { "node": ">=20.6.0" }, "exports": { "./package.json": "./package.json" }, "gitHead": "a94299b1520cc5623bee39d004cbe9ce292d1d6c", "os": [ "darwin" ], "cpu": [ "x64" ] }