{
	"name": "timeline-state-resolver",
	"version": "9.3.2",
	"description": "Have timeline, control stuff",
	"main": "dist/index.js",
	"typings": "dist/index.d.ts",
	"module": "dist/module/index.js",
	"browser": "dist/browser/index.js",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Sofie-Automation/sofie-timeline-state-resolver.git"
	},
	"bugs": {
		"url": "https://github.com/Sofie-Automation/sofie-timeline-state-resolver/issues"
	},
	"homepage": "https://github.com/Sofie-Automation/sofie-timeline-state-resolver#readme",
	"contributors": [
		{
			"name": "Johan Nyman",
			"email": "johan@superfly.tv",
			"url": "http://superfly.tv"
		},
		{
			"name": "Mint de Wit",
			"email": "mint@superfly.tv",
			"url": "http://superfly.tv"
		},
		{
			"name": "Jesper Stærkær",
			"email": "jesper@superfly.tv",
			"url": "http://superfly.tv"
		},
		{
			"name": "Jan Starzak",
			"email": "jan@superfly.tv",
			"url": "http://superfly.tv"
		},
		{
			"name": "Stephan Nordnes Eriksen",
			"email": "Stephanruler@gmail.com"
		},
		{
			"name": "Julian Waller",
			"email": "julian@superfly.tv",
			"url": "http://superfly.tv"
		}
	],
	"scripts": {
		"unlink:all": "yarn unlink atem-connection & yarn unlink atem-state & yarn unlink casparcg-connection & yarn unlink casparcg-state & yarn unlink superfly-timeline",
		"build": "run -T rimraf dist && run build:main && run translations:bundle",
		"build:main": "run -T tsc -p tsconfig.build.json",
		"lint:raw": "run -T eslint --ext .ts --ext .js --ext .tsx --ext .jsx --ignore-pattern dist",
		"lint": "run lint:raw .",
		"lint-fix": "run lint --fix",
		"license-validate": "run -T sofie-licensecheck",
		"unit": "run -T jest --forceExit",
		"unitci": "run -T jest --forceExit --coverage",
		"test": "run lint && run unit",
		"test:integration": "run lint && run -T jest --config=jest-integration.config.js",
		"watch": "run -T jest --watch",
		"cov": "run -T jest --coverage && run cov-open",
		"cov-open": "run -T open-cli coverage/lcov-report/index.html",
		"validate:dependencies": "yarn npm audit --environment production && run license-validate",
		"validate:dev-dependencies": "yarn npm audit --environment development",
		"generate-schema-types": "node ./scripts/schema-types.mjs",
		"translations:extract": "node ./scripts/translation/extract.mjs",
		"translations:bundle": "node ./scripts/translation/bundle.mjs"
	},
	"engines": {
		"node": "^14.18 || ^16.14 || 18"
	},
	"files": [
		"/dist",
		"/CHANGELOG.md",
		"/README.md",
		"/LICENSE"
	],
	"keywords": [
		"broadcast",
		"socket",
		"typescript",
		"javascript",
		"open",
		"source",
		"automation",
		"rundown",
		"production"
	],
	"dependencies": {
		"@tv2media/v-connection": "^7.3.4",
		"atem-connection": "3.5.0",
		"atem-state": "1.2.0",
		"cacheable-lookup": "^5.0.4",
		"casparcg-connection": "6.3.0",
		"casparcg-state": "3.0.3",
		"debug": "^4.3.6",
		"deepmerge": "^4.3.1",
		"emberplus-connection": "^0.2.2",
		"eventemitter3": "^4.0.7",
		"got": "^11.8.6",
		"hpagent": "^1.2.0",
		"hyperdeck-connection": "2.0.1",
		"klona": "^2.0.6",
		"obs-websocket-js": "^5.0.6",
		"osc": "^2.4.5",
		"p-all": "^3.0.0",
		"p-queue": "^6.6.2",
		"p-timeout": "^3.2.0",
		"simple-oauth2": "^5.1.0",
		"sprintf-js": "^1.1.3",
		"superfly-timeline": "^9.2.0",
		"threadedclass": "^1.2.2",
		"timeline-state-resolver-types": "9.3.2",
		"tslib": "^2.6.3",
		"tv-automation-quantel-gateway-client": "^3.1.7",
		"type-fest": "^3.13.1",
		"underscore": "^1.13.7",
		"utf-8-validate": "^6.0.4",
		"ws": "^8.18.0",
		"xml-js": "^1.6.11"
	},
	"publishConfig": {
		"access": "public"
	},
	"lint-staged": {
		"*.{css,json,md,scss}": [
			"yarn run -T prettier --write"
		],
		"*.{ts,tsx,mjs,js,jsx}": [
			"yarn lint:raw --fix"
		]
	},
	"devDependencies": {
		"@types/simple-oauth2": "^5.0.7",
		"i18next-conv": "^13.1.1",
		"i18next-parser": "^6.6.0",
		"jest-mock-extended": "^3.0.7",
		"json-schema-ref-parser": "^9.0.9",
		"json-schema-to-typescript": "^10.1.5",
		"vinyl-fs": "^3.0.3"
	},
	"gitHead": "7bf482285aca4e8590708184eb34ce4eb7cd1203"
}
