{
	"name": "@nrk/sofie-shared-lib",
	"version": "1.52.9-nightly-feat-publish-scoped-20251007-105142-81da841.0",
	"description": "Library for types & values shared by core, workers and gateways",
	"main": "dist/index.js",
	"typings": "dist/index.d.ts",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/nrkno/sofie-nrk-core.git",
		"directory": "packages/sharelib"
	},
	"bugs": {
		"url": "https://github.com/nrkno/sofie-nrk-core/issues"
	},
	"homepage": "https://github.com/nrkno/sofie-nrk-core/blob/main/packages/shared-lib#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": {
		"@mos-connection/model": "^4.3.1",
		"timeline-state-resolver-types": "9.3.2-nightly-test-release52-nrk-20250910-071718-b75f9a20c.0",
		"tslib": "^2.8.1",
		"type-fest": "^4.33.0"
	},
	"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
	"lint-staged": {
		"*.{js,css,json,md,scss}": [
			"yarn run -T prettier"
		],
		"*.{ts,tsx}": [
			"yarn lint:raw"
		]
	},
	"publishConfig": {
		"access": "public"
	},
	"packageManager": "yarn@4.10.3",
	"gitHead": "c0d5f8190dcd4a742c897b2173776fefce8918e7"
}
