@sofie-automation/server-core-integration
Version:
Library for connecting to Core
91 lines (90 loc) • 2.41 kB
JSON
{
"name": "@sofie-automation/server-core-integration",
"version": "1.52.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": "git+https://github.com/Sofie-Automation/sofie-core.git",
"directory": "packages/server-core-integration"
},
"bugs": {
"url": "https://github.com/Sofie-Automation/sofie-core/issues"
},
"homepage": "https://github.com/Sofie-Automation/sofie-core/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 --ext .ts --ext .js --ignore-pattern dist",
"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.11"
},
"files": [
"/dist",
"/CHANGELOG.md",
"/README.md",
"/LICENSE"
],
"keywords": [
"broadcast",
"socket",
"typescript",
"javascript",
"open",
"source",
"automation",
"ncs",
"nrcs",
"rundown",
"production"
],
"dependencies": {
"@sofie-automation/shared-lib": "1.52.0",
"ejson": "^2.2.3",
"faye-websocket": "^0.11.4",
"got": "^11.8.6",
"tslib": "^2.8.1",
"underscore": "^1.13.7"
},
"lint-staged": {
"*.{js,css,json,md,scss}": [
"yarn run -T prettier"
],
"*.{ts,tsx}": [
"yarn lint:raw"
]
},
"packageManager": "yarn@4.6.0",
"gitHead": "7daa1efe47b183c392bd880f80c0d0c38f9621b6"
}