UNPKG

typescript-lit-html-plugin

Version:

TypeScript language service plugin that adds IntelliSense for html tagged templates

45 lines (44 loc) 1.24 kB
{ "name": "typescript-lit-html-plugin", "version": "0.9.1", "description": "TypeScript language service plugin that adds IntelliSense for html tagged templates", "keywords": [ "TypeScript", "html", "literal html", "templates" ], "main": "lib/index.js", "author": "Microsoft", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Microsoft/typescript-lit-html-plugin.git" }, "bugs": { "url": "https://github.com/Microsoft/typescript-lit-html-plugin/issues" }, "dependencies": { "typescript-styled-plugin": "^0.13.0", "typescript-template-language-service-decorator": "^2.2.0", "vscode-html-languageservice": "^2.1.10", "vscode-languageserver-types": "^3.13.0" }, "files": [ "lib" ], "devDependencies": { "@types/node": "^12.0.0", "chai": "^4.1.2", "glob": "^7.1.3", "mocha": "^11.7.5", "tslint": "^6.1.0", "typescript": "^4.2.2" }, "scripts": { "compile": "./node_modules/.bin/tsc -p .", "watch:compile": "./node_modules/.bin/tsc --watch -p .", "e2e": "./node_modules/.bin/mocha e2e/tests --slow 2000 --timeout 10000", "lint": "./node_modules/.bin/tslint -c tslint.json -p tsconfig.json" } }