mirror of
https://github.com/GeorgeSG/lovelace-time-picker-card.git
synced 2026-09-06 02:18:44 +00:00
62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"name": "time-picker-card",
|
|
"version": "1.2.1",
|
|
"author": "Georgi Gardev <georgi@gardev.com>",
|
|
"description": "Lovelace time-picker-card",
|
|
"keywords": [
|
|
"home-assistant",
|
|
"homeassistant",
|
|
"hass",
|
|
"automation",
|
|
"lovelace",
|
|
"lovelace-card",
|
|
"lovelace-custom-card"
|
|
],
|
|
"license": "MIT",
|
|
"repository": "git@github.com:GeorgeSG/lovelace-time-picker-card.git",
|
|
"scripts": {
|
|
"start": "rollup -c --watch",
|
|
"build": "npm run lint && npm run rollup",
|
|
"lint": "eslint src/*.ts",
|
|
"rollup": "rollup -c",
|
|
"test": "./node_modules/karma/bin/karma start ./test/karma.conf.js",
|
|
"release-patch": "npm version patch && git push origin master --tags",
|
|
"release-minor": "npm version minor && git push origin master --tags",
|
|
"release-major": "npm version major && git push origin master --tags",
|
|
"start:ha": "docker run --rm -p8124:8123 -v $(pwd)/devtools/homeassistant:/config homeassistant/home-assistant:latest",
|
|
},
|
|
"dependencies": {
|
|
"custom-card-helpers": "^1.6.6",
|
|
"home-assistant-js-websocket": "^5.7.0",
|
|
"lit-element": "^2.4.0",
|
|
"lit-html": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.7",
|
|
"@open-wc/testing": "^2.5.32",
|
|
"@rollup/plugin-commonjs": "^11.1.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^7.1.3",
|
|
"@rollup/plugin-typescript": "^4.1.2",
|
|
"@types/chai": "^4.2.14",
|
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
"@typescript-eslint/parser": "^2.34.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.15.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"karma": "^6.3.16",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-rollup-preprocessor": "^7.0.5",
|
|
"mocha": "^7.2.0",
|
|
"prettier": "^2.2.0",
|
|
"rollup": "^1.32.1",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-serve": "^1.1.0",
|
|
"rollup-plugin-terser": "^5.3.1",
|
|
"sinon": "^9.2.1",
|
|
"typescript": "^3.9.7"
|
|
}
|
|
}
|