{ "name": "openhab-vscode-extension", "displayName": "openHAB Visual Studio Code Extension - Client Part", "description": "Robust tool for openHAB textual configurations. Includes code snippets, syntax highlighting, language server integration and more.", "version": "1.0.0", "publisher": "openhab", "icon": "../openhab.png", "repository": { "type": "git", "url": "https://github.com/openhab/openhab-vscode.git" }, "license": "SEE LICENSE IN LICENSE", "engines": { "vscode": "^1.37.0" }, "scripts": { "test": "echo \"No tests in client yet!\"" }, "dependencies": { "ascii-table": "0.0.9", "axios": "^0.21.2", "copy-paste": "^1.3.0", "lodash": "^4.17.21", "vscode-languageclient": "6.0.0-next.1" }, "devDependencies": { "@types/vscode": "^1.14.0" } }