e8bbfa5f6d
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.19.0 to 8.19.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
53 lines
No EOL
1.2 KiB
JSON
53 lines
No EOL
1.2 KiB
JSON
{
|
|
"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"
|
|
}
|
|
} |