homeassistant-config/custom_frontend_sources/state-card-custom-cover/package.json

22 lines
539 B
JSON
Raw Normal View History

{
"name": "state-card-custom-cover",
"version": "0.0.1",
"description": "Cover card from home assistant",
"main": "src/state-card-custom-cover.ts",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"author": "Martin Bauer",
"license": "GPLv3",
"devDependencies": {
"home-assistant-js-websocket": "^4.2.2",
"lit-element": "^2.1.0",
"ts-loader": "^6.0.2",
"typescript": "^3.5.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4"
}
}