{
	"name": "@tv2media/timeline-state-resolver-types",
	"version": "2.0.1",
	"description": "Have timeline, control stuff",
	"main": "dist/index.js",
	"typings": "dist/index.d.ts",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/tv2/tv-automation-state-timeline-resolver.git"
	},
	"bugs": {
		"url": "https://github.com/tv2/tv-automation-state-timeline-resolver/issues"
	},
	"homepage": "https://github.com/tv2/tv-automation-state-timeline-resolver#readme",
	"contributors": [
		{
			"name": "Johan Nyman",
			"email": "johan@superfly.tv",
			"url": "http://superfly.tv"
		},
		{
			"name": "Balte de Wit",
			"email": "balte@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": {
		"test": "yarn lint && yarn unit",
		"unit": "jest",
		"unitci": "jest --coverage",
		"build": "rimraf dist && yarn build:main",
		"build:main": "tsc -p tsconfig.build.json",
		"cov": "jest --coverage && yarn cov-open",
		"cov-open": "open-cli coverage/lcov-report/index.html",
		"validate:dependencies": "yarn audit --groups dependencies && yarn license-validate",
		"validate:dev-dependencies": "yarn audit --groups devDependencies",
		"lint:raw": "eslint --ext .ts --ext .js --ext .tsx --ext .jsx --ignore-pattern dist",
		"lint": "yarn lint:raw .",
		"lint-fix": "yarn lint --fix",
		"license-validate": "yarn sofie-licensecheck",
		"precommit": "lint-staged"
	},
	"engines": {
		"node": "^14.18 || ^16.14"
	},
	"files": [
		"/dist",
		"/CHANGELOG.md",
		"/README.md",
		"/LICENSE"
	],
	"keywords": [
		"mos",
		"broadcast",
		"socket",
		"typescript",
		"javascript",
		"open",
		"source",
		"automation",
		"ncs",
		"nrcs",
		"rundown",
		"production"
	],
	"dependencies": {
		"tslib": "^2.3.1"
	},
	"publishConfig": {
		"access": "public"
	},
	"lint-staged": {
		"*.{css,json,md,scss}": [
			"prettier --write"
		],
		"*.{ts,tsx,js,jsx}": [
			"yarn lint:raw --fix"
		]
	}
}
