@typescript/native-preview-darwin-arm64
Version:
Preview CLI and JS API for the native TypeScript compiler port
66 lines • 2.1 kB
JSON
{
"name": "@typescript/native-preview-darwin-arm64",
"version": "7.0.0-dev.20260707.2",
"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"
},
"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.4",
"tinybench": "^6.0.2",
"vscode-jsonrpc": "^9.0.0"
},
"gitHead": "9977d6d38fcc78de8ae71770f3aa08256e6cc861",
"publishConfig": {
"access": "public",
"tag": "latest"
},
"os": [
"darwin"
],
"cpu": [
"arm64"
]
}