{
	"name": "@sofie-automation/blueprints-integration",
	"version": "1.52.0",
	"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/Sofie-Automation/sofie-core.git",
		"directory": "packages/blueprints-integration"
	},
	"bugs": {
		"url": "https://github.com/Sofie-Automation/sofie-core/issues"
	},
	"homepage": "https://github.com/Sofie-Automation/sofie-core/blob/main/packages/blueprints-integration#readme",
	"scripts": {
		"build": "run -T rimraf dist && run build:main",
		"build:main": "run -T tsc -p tsconfig.build.json",
		"lint:raw": "run -T eslint --ext .ts --ext .js --ignore-pattern dist",
		"lint": "run lint:raw .",
		"unit": "run -T jest",
		"test": "run lint && run unit",
		"watch": "run -T jest --watch",
		"cov": "run -T jest --coverage; open-cli coverage/lcov-report/index.html",
		"cov-open": "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",
		"license-validate": "run -T sofie-licensecheck"
	},
	"engines": {
		"node": ">=22.11"
	},
	"files": [
		"/dist",
		"/CHANGELOG.md",
		"/README.md",
		"/LICENSE"
	],
	"dependencies": {
		"@sofie-automation/shared-lib": "1.52.0",
		"tslib": "^2.8.1",
		"type-fest": "^4.33.0"
	},
	"lint-staged": {
		"*.{css,json,md,scss}": [
			"yarn run -T prettier"
		],
		"*.{ts,tsx,js,jsx}": [
			"yarn lint:raw"
		]
	},
	"packageManager": "yarn@4.6.0",
	"gitHead": "7daa1efe47b183c392bd880f80c0d0c38f9621b6"
}
