@typescript/server-replay
Version:
Replay server requests from a file
69 lines (68 loc) • 1.56 kB
JSON
{
"name": "@typescript/server-replay",
"author": "Microsoft Corp.",
"homepage": "https://github.com/microsoft/typescript-server-replay#readme",
"version": "0.3.1",
"license": "MIT",
"description": "Replay server requests from a file",
"keywords": [
"TypeScript",
"Microsoft",
"tsserver"
],
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/microsoft/typescript-server-replay/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/typescript-server-replay.git"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./installPackages": {
"types": "./dist/installPackages.d.ts",
"default": "./dist/installPackages.js"
},
"./stradaReplay": {
"types": "./dist/stradaReplay.d.ts",
"default": "./dist/stradaReplay.js"
},
"./package.json": "./package.json"
},
"bin": {
"tsreplay": "./bin/tsreplay.js"
},
"files": [
"dist",
"!dist/**/*.map",
"bin",
"LICENSE",
"README.md",
"SECURITY.md",
"SUPPORT.md"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@typescript/server-harness": "^0.3.4",
"glob": "^10.5.0",
"js-yaml": "^4.1.1",
"json5": "^2.2.3",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.9.1",
"@types/yargs": "^16.0.4",
"typescript": "^6.0.3"
}
}