ts-lit-plugin
Version:
Typescript plugin that adds type checking and code completion to lit-html
62 lines (61 loc) • 1.41 kB
JSON
{
"name": "ts-lit-plugin",
"version": "1.2.1",
"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": {
"clean": "rimraf lib",
"prepare": "npm run build",
"watch": "tsc --watch",
"build": "npm run clean & tsc",
"readme": "readme generate -i readme.blueprint.md -c readme.config.json"
},
"main": "lib/index.js",
"files": [
"/lib/",
"/html-documentation/"
],
"dependencies": {
"lit-analyzer": "1.2.1"
},
"devDependencies": {
"@types/node": "^14.0.13",
"rimraf": "^3.0.2",
"typescript": "^3.7.5"
},
"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": "b1969e96bec1b5afa31d4e496fa0a337bbcf060f"
}