{
	"name": "@tv2media/blueprints-integration",
	"version": "46.3.6",
	"description": "Library to define the interaction between core and the blueprints.",
	"main": "dist/index.js",
	"typings": "dist/index.d.ts",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/tv2/tv-automation-server-core.git",
		"directory": "packages/blueprints-integration"
	},
	"bugs": {
		"url": "https://github.com/tv2/tv-automation-server-core/issues"
	},
	"homepage": "https://github.com/tv2/tv-automation-server-core/blob/master/packages/blueprints-integration#readme",
	"scripts": {
		"build": "rimraf dist && yarn build:main",
		"build:main": "tsc -p tsconfig.build.json",
		"lint:raw": "eslint --ext .ts --ext .js --ignore-pattern dist",
		"lint": "yarn lint:raw .",
		"unit": "jest",
		"test": "yarn lint && yarn unit",
		"watch": "jest --watch",
		"cov": "jest --coverage; open-cli coverage/lcov-report/index.html",
		"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",
		"license-validate": "yarn sofie-licensecheck"
	},
	"engines": {
		"node": "^14.19 || ^16.14"
	},
	"files": [
		"/dist",
		"/CHANGELOG.md",
		"/README.md",
		"/LICENSE"
	],
	"dependencies": {
		"@sofie-automation/shared-lib": "npm:@tv2media/shared-lib@46.3.6",
		"timeline-state-resolver-types": "npm:@tv2media/timeline-state-resolver-types@3.7.10",
		"tslib": "^2.4.0",
		"type-fest": "^2.19.0"
	},
	"lint-staged": {
		"*.{css,json,md,scss}": [
			"prettier"
		],
		"*.{ts,tsx,js,jsx}": [
			"yarn lint:raw"
		]
	}
}
