You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.7 KiB
57 lines
1.7 KiB
{
|
|
"name": "plex_meets_homeassistant",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/plex-meets-homeassistant.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint src/*.ts --fix",
|
|
"rollup": "rollup -c -m",
|
|
"build": "npm run lint && npm run rollup",
|
|
"start": "rollup -c --watch",
|
|
"dev": "npm run build && cp dist/plex-meets-homeassistant.js ~/.homeassistant/www/plex-meets-homeassistant.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JurajNyiri/PlexMeetsHomeAssistant.git"
|
|
},
|
|
"author": "Juraj Nyiri",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/JurajNyiri/PlexMeetsHomeAssistant/issues"
|
|
},
|
|
"homepage": "https://github.com/JurajNyiri/PlexMeetsHomeAssistant#readme",
|
|
"dependencies": {
|
|
"@polymer/paper-dropdown-menu": "^3.2.0",
|
|
"@polymer/paper-input": "^3.2.1",
|
|
"@polymer/polymer": "^3.4.1",
|
|
"@vercel/ncc": "^0.28.5",
|
|
"axios": "^0.21.1",
|
|
"custom-card-helpers": "^1.7.0",
|
|
"home-assistant-js-websocket": "^5.10.0",
|
|
"lit-element": "^2.5.0",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@types/jsdom": "^16.2.10",
|
|
"@types/lodash": "^4.14.168",
|
|
"@typescript-eslint/eslint-plugin": "^2.16.0",
|
|
"@typescript-eslint/parser": "^2.16.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb-base": "^14.0.0",
|
|
"eslint-config-prettier": "^6.9.0",
|
|
"eslint-plugin-import": "^2.20.0",
|
|
"eslint-plugin-jest": "^23.6.0",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"prettier": "^1.19.1",
|
|
"typescript": "^3.8.0",
|
|
"rollup": "^2.23.1",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-json": "2.3",
|
|
"rollup-plugin-terser": "^7.0.0",
|
|
"rollup-plugin-typescript2": "^0.27.2"
|
|
}
|
|
}
|