{ "name": "mapcompletevscode", "displayName": "MapComplete VScode", "version": "1.1.0", "publisher": "robin-van-der-linde", "author": { "name": "Robin van der Linde", "email": "r@rlin.eu", "url": "https://rlin.eu" }, "icon": "images/icon.png", "repository": { "type": "git", "url": "https://github.com/RobinLinde/MapCompleteVSCode.git" }, "description": "Extension providing autocompletion and definition supoort for MapComplete themes and layers.", "keywords": [ "mapcomplete", "vscode", "extension", "osm" ], "private": true, "license": "MIT", "engines": { "vscode": "^1.73.0" }, "categories": [ "Other" ], "activationEvents": [ "workspaceContains:**/assets/svg/mapcomplete_logo.svg" ], "main": "./out/extension.js", "scripts": { "vscode:prepublish": "npm run compile", "compile": "tsc -p ./", "lint": "eslint", "watch": "tsc -watch -p ./" }, "devDependencies": { "@eslint/js": "^9.13.0", "@stylistic/eslint-plugin": "^2.9.0", "@types/node": "^22", "@types/vscode": "^1.73.0", "eslint": "^9.13.0", "typescript": "^5.7.2", "typescript-eslint": "^8.19.1" }, "dependencies": { "jsonc-parser": "^3.3.1" } }