@bbc/sofie-server-core-integration
Version:
Library for connecting to Core
100 lines (99 loc) • 2.56 kB
JSON
{
"name": "@bbc/sofie-server-core-integration",
"version": "1.53.0-nightly-bbc-release53-a9ae5e2-20251112-104105.0",
"description": "Library for connecting to Core",
"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": "https://github.com/@bbc.git",
"directory": "packages/server-core-integration"
},
"bugs": {
"url": "https://github.com/@bbc/issues"
},
"homepage": "https://github.com/@bbc/blob/main/packages/server-core-integration#readme",
"author": {
"name": "Johan Nyman",
"email": "johan@superfly.tv",
"url": "http://superfly.tv"
},
"contributors": [
{
"name": "Stephan Nordnes Eriksen",
"email": "Stephanruler@gmail.com"
},
{
"name": "Richard Cartwright",
"email": "spark@superfly.tv"
}
],
"scripts": {
"build": "run -T rimraf dist && run build:main && run copytypes",
"build:main": "run -T tsc -p tsconfig.build.json",
"lint:raw": "run -T eslint",
"lint": "run lint:raw .",
"unit": "run -T jest",
"test": "run lint && run unit",
"test:integration": "run lint && run -T jest --config=jest-integration.config.js",
"watch": "run -T jest --watch",
"copytypes": "copyfiles -u 1 src/types/* dist",
"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.20.0"
},
"files": [
"/dist",
"/CHANGELOG.md",
"/README.md",
"/LICENSE"
],
"keywords": [
"broadcast",
"socket",
"typescript",
"javascript",
"open",
"source",
"automation",
"ncs",
"nrcs",
"rundown",
"production"
],
"devDependencies": {
"@types/koa": "^3.0.0",
"@types/koa__router": "^12.0.4"
},
"dependencies": {
"@bbc/sofie-shared-lib": "1.53.0-nightly-bbc-release53-a9ae5e2-20251112-104105.0",
"@koa/router": "^14.0.0",
"ejson": "^2.2.3",
"faye-websocket": "^0.11.4",
"got": "^11.8.6",
"koa": "^3.0.1",
"tslib": "^2.8.1",
"underscore": "^1.13.7"
},
"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": "72b781674e1be387436b29995651eaf18f7d6c82"
}