{
	"name": "@mos-connection/helper",
	"version": "4.3.0-alpha.0",
	"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.0",
		"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": "9fcde9d3283efa5ef6c04c59525f76f8bd51a1a4"
}
