lit-html
Version:
HTML template literals in JavaScript
51 lines (50 loc) • 1.46 kB
JSON
{
"name": "lit-html",
"version": "0.11.2",
"description": "HTML template literals in JavaScript",
"license": "BSD-3-Clause",
"repository": "Polymer/lit-html",
"main": "lit-html.js",
"module": "lit-html.js",
"directories": {
"test": "test"
},
"files": [
"/lit-html.js",
"/lit-html.js.map",
"/lit-html.d.ts",
"/lib/",
"/directives/",
"/src/",
"!/src/test/"
],
"scripts": {
"build": "tsc",
"checksize": "rollup -c ; rm lit-html.bundled.js",
"gen-docs": "typedoc --readme none --mode modules --excludeNotExported --excludePrivate --exclude **/*_test.ts --out ./docs/api ./src",
"test": "npm run build && npm run lint && wct --npm",
"quicktest": "wct -l chrome -p --npm",
"format": "find src test | grep '\\.js$\\|\\.ts$' | xargs clang-format --style=file -i",
"lint": "tslint --project ./",
"prepare": "npm run build"
},
"author": "The Polymer Authors",
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/mocha": "^5.2.0",
"@webcomponents/webcomponentsjs": "^2.0.4",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"rollup": "^0.64.1",
"rollup-plugin-filesize": "^4.0.1",
"rollup-plugin-terser": "^1.0.1",
"tslint": "^5.9.1",
"typedoc": "^0.11.1",
"typescript": "^2.8.3",
"uglify-es": "^3.3.5",
"wct-browser-legacy": "^1.0.1",
"web-component-tester": "^6.8.0"
},
"typings": "lit-html.d.ts",
"dependencies": {}
}