UNPKG

@typescript/server-harness

Version:
33 lines (32 loc) 777 B
{ "name": "@typescript/server-harness", "author": "Microsoft Corp.", "homepage": "https://github.com/microsoft/typescript-server-harness#readme", "version": "0.3.5", "license": "MIT", "description": "Communicate with a tsserver process", "keywords": [ "TypeScript", "Microsoft", "tsserver" ], "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/microsoft/typescript-server-harness/issues" }, "repository": { "type": "git", "url": "git+https://github.com/microsoft/typescript-server-harness.git" }, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "tsc -p src" }, "devDependencies": { "@types/node": "^14.18.12", "typescript": "^4.8.2" } }