deno.land / x / esm@v135_2 / packages / esm-vscode / package.json
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657{ "name": "esm-vscode", "version": "0.0.6", "displayName": "esm.sh", "description": "Loading types from esm.sh CDN.", "publisher": "ije", "activationEvents": [ "onLanguage:html", "onLanguage:javascript", "onLanguage:javascriptreact", "onLanguage:typescript", "onLanguage:typescriptreact" ], "main": "./dist/extension.js", "icon": "icon.png", "contributes": { "typescriptServerPlugins": [ { "name": "typescript-esmsh-plugin", "enableForWorkspaceTypeScriptVersions": true } ], "commands": [ { "command": "esmsh.addModule", "title": "esm.sh: Add Module" } ] }, "scripts": { "build": "node build.mjs && vsce package", "start": "DEBUG=true node build.mjs && rm -rf ~/.cache/esm.sh && code --extensionDevelopmentPath=$PWD ../esm-cli/templates/react" }, "devDependencies": { "@types/node": "20.11.8", "@types/vscode": "1.85.0", "@vscode/vsce": "2.23.0", "esbuild": "0.20.0", "html5parser": "2.0.2", "typescript": "5.3.3" }, "dependencies": { "typescript-esmsh-plugin": "./typescript-esmsh-plugin" }, "engines": { "vscode": "^1.84.0" }, "repository": { "type": "git", "url": "git+https://github.com/esm-dev/esm.sh.git" }, "bugs": { "url": "https://github.com/esm-dev/esm.sh/issues" }, "license": "MIT"}
Version Info