ts-lit-plugin
Version:
Typescript plugin that adds type checking and code completion to lit-html
60 lines (59 loc) • 1.36 kB
JSON
{
"name": "ts-lit-plugin",
"version": "1.1.3",
"description": "Typescript plugin that adds type checking and code completion to lit-html",
"author": "runem",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/runem/lit-analyzer.git"
},
"keywords": [
"lit-html",
"lit",
"lit-element",
"javascript",
"typescript",
"web components",
"web",
"components",
"tagged",
"template"
],
"scripts": {
"prepare": "npm run build",
"watch": "tsc --watch",
"build": "rm -rf lib && tsc",
"readme": "readme generate -i readme.blueprint.md -c readme.config.json"
},
"main": "lib/index.js",
"files": [
"/lib/",
"/html-documentation/"
],
"dependencies": {
"lit-analyzer": "1.1.3"
},
"devDependencies": {
"@types/node": "^10.12.24",
"typescript": "^3.5.3"
},
"contributors": [
{
"name": "Rune Mehlsen",
"url": "https://twitter.com/runemehlsen",
"img": "https://avatars2.githubusercontent.com/u/5372940?s=460&v=4"
},
{
"name": "Andreas Mehlsen",
"url": "https://twitter.com/andreasmehlsen",
"img": "https://avatars1.githubusercontent.com/u/6267397?s=460&v=4"
},
{
"name": "You?",
"img": "https://joeschmoe.io/api/v1/random",
"url": "https://github.com/runem/lit-analyzer/blob/master/CONTRIBUTING.md"
}
],
"gitHead": "58ec8ee25691023d46ca8966c4e032ae1e2bb334"
}