{ "name": "status-ts", "displayName": "Selected Line Numbers", "description": "Shows the number of selected lines in the status bar", "version": "0.0.1", "publisher": "vscode-samples", "private": true, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Microsoft/vscode-extension-samples" }, "bugs": { "url": "https://github.com/Microsoft/vscode-extension-samples/issues" }, "engines": { "vscode": "^1.32.0" }, "categories": [ "Other" ], "activationEvents": [ "*" ], "main": "./out/extension.js", "scripts": { "vscode:prepublish": "npm run compile", "compile": "tsc -p ./", "lint": "eslint . --ext .ts,.tsx", "watch": "tsc -watch -p ./" }, "devDependencies": { "@types/vscode": "^1.32.0", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", "eslint": "^8.13.0", "typescript": "^4.6.3" } }