UNPKG

@mos-connection/helper

Version:

Helper functions for the MOS-connection library

71 lines (70 loc) 1.66 kB
{ "name": "@mos-connection/helper", "version": "4.3.0-alpha.1", "description": "Helper functions for the MOS-connection library", "main": "dist/index.js", "typings": "dist/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nrkno/sofie-mos-connection.git" }, "bugs": { "url": "https://github.com/nrkno/sofie-mos-connection/issues" }, "homepage": "https://github.com/nrkno/sofie-mos-connection#readme", "scripts": { "build": "run -T rimraf dist && run build:main", "build:main": "run -T tsc -p tsconfig.build.json", "test": "run -T jest", "test:coverage": "yarn test --coverage", "validate:dependencies": "yarn npm audit --environment production && yarn license-validate", "validate:dev-dependencies": "yarn npm audit ", "license-validate": "yarn sofie-licensecheck" }, "files": [ "/dist", "/CHANGELOG.md", "/README.md", "/LICENSE" ], "dependencies": { "@mos-connection/model": "4.3.0-alpha.1", "iconv-lite": "^0.6.3", "tslib": "^2.5.3", "xml-js": "^1.6.11", "xmlbuilder": "^15.1.1" }, "keywords": [ "mos", "broadcast", "socket", "typescript", "javascript", "open", "source", "automation", "ncs", "nrcs", "rundown", "tv-production", "sofie" ], "prettier": "@sofie-automation/code-standard-preset/.prettierrc.json", "engines": { "node": ">=14.18.0" }, "lint-staged": { "*.{css,json,md,scss}": [ "run -T prettier" ], "*.{ts,tsx,js,jsx}": [ "run -T eslint" ] }, "devDependencies": { "@sofie-automation/code-standard-preset": "*", "typescript": "~4.9.5" }, "gitHead": "7ee03c2fd803f09c6139f30a2edd65e2e83756b0" }