{ "private": true, "name": "volarjs-labs", "version": "2.4.28", "repository": { "type": "git", "url": "https://github.com/volarjs/volar.js.git", "directory": "extensions/labs" }, "sponsor": { "url": "https://github.com/sponsors/johnsoncodehk" }, "icon": "images/icon.png", "displayName": "Volar Labs", "description": "Volar Labs", "author": "johnsoncodehk", "publisher": "johnsoncodehk", "engines": { "vscode": "^1.82.0" }, "main": "./dist/extension.js", "contributes": { "viewsContainers": { "activitybar": [ { "id": "volarjs-labs", "title": "Volar Labs", "icon": "images/btn.svg" } ] }, "views": { "volarjs-labs": [ { "id": "volar-extensions", "name": "Extensions", "contextualTitle": "Volar.js" }, { "id": "volar-virtual-codes", "name": "Virtual Codes", "contextualTitle": "Volar.js" }, { "id": "volar-services", "name": "Language Service Plugins", "contextualTitle": "Volar.js" } ] } }, "scripts": { "prebuild": "tsc", "build": "node scripts/build", "watch": "tsc -w & npm run build -- --watch", "prepack": "npm run build -- --minify", "pack": "npm run prepack && vsce package", "release": "npm run prepack && vsce publish", "release:next": "npm run prepack && vsce publish --pre-release" }, "devDependencies": { "@types/vscode": "^1.82.0", "@volar/language-server": "2.4.28", "@volar/source-map": "2.4.28", "@volar/vscode": "2.4.28", "@vscode/vsce": "latest", "esbuild": "latest" } }