UNPKG

@playkit-js/kwebcast-ended-message

Version:

Allows administrators to configure a message that will will be displayed at the end of a kWebcast event.

102 lines (101 loc) 3.82 kB
{ "name": "@playkit-js/kwebcast-ended-message", "version": "1.0.3", "description": "Allows administrators to configure a message that will will be displayed at the end of a kWebcast event.", "main": "dist/playkit-kwebcast-ended-message.js", "typings": "dist/index.d.ts", "files": [ "dist/**/*", "src/**/*", "translations/**/*" ], "license": "AGPL-3.0", "homepage": "https://github.com/Kaltura-PS/playkit-js-kwebcast-ended-message", "repository": { "type": "git", "url": "git+https://github.com/Kaltura-PS/playkit-js-kwebcast-ended-message.git" }, "keywords": [ "@playkit-js/kwebcast-ended-message", "kwebcast-ended-message", "kwebcast-ended", "townhall-ended", "kwebcast", "kaltura webcast", "kaltura", "player", "kaltura-ps" ], "scripts": { "serve": "webpack serve --open --mode development", "watch": "webpack --mode development --watch", "build:prod": "webpack --mode production", "build": "yarn run build:prod && yarn run build:types", "build:types": "tsc --build tsconfig-lib.json && mkdir -p lib && api-extractor run --local", "type-check": "tsc --noEmit", "type-check:watch": "yarn run type-check --watch", "lint": "eslint src/ --ext .js --ext .ts", "lint:fix": "yarn run lint --fix", "prettier": "prettier --write .", "clean": "rimraf ./dist", "prebuild": "npm run clean", "precommit": "npm run build:prod && npm run type-check && npm run lint", "pushTaggedRelease": "git push --follow-tags --no-verify origin main", "release": "standard-version", "cy:open": "cypress open", "cy:run": "yarn run cy:run:chrome && yarn run cy:run:firefox && yarn run cy:run:edge && yarn run cy:run:safari", "cy:run:chrome": "cypress run --browser chrome --config video=false", "cy:run:firefox": "cypress run --browser firefox --config video=false", "cy:run:edge": "cypress run --browser edge --config video=false", "cy:run:safari": "cypress run --browser webkit --config video=false", "test:prepare": "yarn run build && copyfiles -f ./dist/playkit-kwebcast-ended-message.js ./dist/playkit-kwebcast-ended-message.js.map ./cypress/public", "test:watch": "yarn run test:prepare && yarn run cy:open", "test": "yarn run test:prepare && yarn run cy:run" }, "devDependencies": { "@babel/core": "^7.23.7", "@babel/plugin-proposal-decorators": "^7.10.5", "@babel/plugin-transform-react-jsx": "^7.23.4", "@babel/plugin-transform-runtime": "^7.23.7", "@babel/preset-env": "^7.23.8", "@babel/preset-typescript": "^7.23.3", "@babel/runtime": "^7.23.8", "@microsoft/api-extractor": "^7.39.1", "@playkit-js/browserslist-config": "1.0.8", "@playkit-js/kaltura-player-js": "^3.17.9-canary.0-0c8731f", "@types/chai": "^4.3.3", "@types/mocha": "^9.1.1", "@types/preact-i18n": "1.2.0", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "babel-loader": "^9.1.3", "chai": "^4.3.6", "css-loader": "^6.9.0", "eslint": "^8.56.0", "eslint-config-preact": "^1.3.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-mocha": "^10.2.0", "eslint-plugin-prettier": "^5.1.3", "mocha": "^10.2.0", "prettier": "^ 3.2.2", "sass": "^1.69.7", "sass-loader": "^13.3.3", "sinon": "^14.0.0", "standard-version": "^9.5.0", "style-loader": "^3.3.4", "typescript": "^5.3.3", "typescript-plugin-css-modules": "^5.0.2", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1", "cypress": "14.1.0", "eslint-plugin-cypress": "^3.3.0", "copyfiles": "^2.4.1" }, "publishConfig": { "access": "public" }, "browserslist": [ "extends @playkit-js/browserslist-config" ] }