UNPKG

1.36 kBJSONView Raw
1{
2 "name": "ts-lit-plugin",
3 "version": "1.1.5",
4 "description": "Typescript plugin that adds type checking and code completion to lit-html",
5 "author": "runem",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/runem/lit-analyzer.git"
10 },
11 "keywords": [
12 "lit-html",
13 "lit",
14 "lit-element",
15 "javascript",
16 "typescript",
17 "web components",
18 "web",
19 "components",
20 "tagged",
21 "template"
22 ],
23 "scripts": {
24 "prepare": "npm run build",
25 "watch": "tsc --watch",
26 "build": "rm -rf lib && tsc",
27 "readme": "readme generate -i readme.blueprint.md -c readme.config.json"
28 },
29 "main": "lib/index.js",
30 "files": [
31 "/lib/",
32 "/html-documentation/"
33 ],
34 "dependencies": {
35 "lit-analyzer": "1.1.5"
36 },
37 "devDependencies": {
38 "@types/node": "^10.12.24",
39 "typescript": "^3.5.3"
40 },
41 "contributors": [
42 {
43 "name": "Rune Mehlsen",
44 "url": "https://twitter.com/runemehlsen",
45 "img": "https://avatars2.githubusercontent.com/u/5372940?s=460&v=4"
46 },
47 {
48 "name": "Andreas Mehlsen",
49 "url": "https://twitter.com/andreasmehlsen",
50 "img": "https://avatars1.githubusercontent.com/u/6267397?s=460&v=4"
51 },
52 {
53 "name": "You?",
54 "img": "https://joeschmoe.io/api/v1/random",
55 "url": "https://github.com/runem/lit-analyzer/blob/master/CONTRIBUTING.md"
56 }
57 ],
58 "gitHead": "13bcb86221fe7d2d94203fecaf339dd1e36ff5b8"
59}