UNPKG

@typescript/server-replay

Version:
40 lines (39 loc) 917 B
{ "name": "@typescript/server-replay", "author": "Microsoft Corp.", "homepage": "https://github.com/microsoft/typescript-server-replay#readme", "version": "0.2.13", "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": "./replay.js", "bin": { "tsreplay": "./bin/tsreplay" }, "scripts": { "build": "tsc -p jsconfig.json" }, "dependencies": { "@typescript/server-harness": "^0.3.4", "yargs": "^16.2.0" }, "devDependencies": { "@types/node": "^14.18.12", "@types/yargs": "^16.0.4", "typescript": "^4.8.3" } }