{
	"name": "vscode-languageserver-types",
	"description": "Types used by the Language server for node",
	"version": "3.16.0",
	"author": "Microsoft Corporation",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/Microsoft/vscode-languageserver-node.git",
		"directory": "types"
	},
	"bugs": {
		"url": "https://github.com/Microsoft/vscode-languageserver-node/issues"
	},
	"main": "./lib/umd/main.js",
	"typings": "./lib/umd/main",
	"module": "./lib/esm/main.js",
	"scripts": {
		"prepublishOnly": "git clean -xfd . && npm install && npm run clean && npm run compile:esm && npm run compile && npm run test",
		"postpublish": "node ../build/npm/post-publish.js",
		"compile": "node ../build/bin/tsc -b ./tsconfig.json",
		"compile:esm": "node ../build/bin/tsc -b ./tsconfig.esm.json",
		"clean": "node ../node_modules/rimraf/bin.js lib",
		"watch": "node ../build/bin/tsc -b ./tsconfig-watch.json -w",
		"test": "node ../node_modules/mocha/bin/_mocha",
		"preversion": "npm test"
	}
}
