Files
advanced-camera-card/package.json
T
Ian Richardson 5a42d9644c progress
Thanks @Ludeeus
No errors on bundling now, but still issues when trying to load it on the front-end
2019-02-23 15:14:07 -06:00

36 lines
1.0 KiB
JSON

{
"name": "boilerplate-card",
"version": "1.0.0",
"description": "A templatable config pass-through",
"keywords": [
"home-assistant",
"homeassistant",
"hass",
"automation",
"lovelace",
"custom-cards"
],
"umd:main": "boilerplate-card.js",
"repository": "git@github.com:custom_cards/boilerplate-card.git",
"author": "Ian Richardson <iantrich@gmail.com>",
"license": "MIT",
"dependencies": {
"lit-element": "^2.0.1"
},
"devDependencies": {
"microbundle": "^0.10.1",
"prettier": "^1.16.4",
"tslib": "^1.9.3",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.3.3333"
},
"scripts": {
"start": "microbundle watch",
"build": "npm run lint && microbundle --external litElement --target browser --format umd",
"lint": "tslint index.ts"
}
}