@mos-connection/model
Advanced tools
Comparing version 0.0.1 to 2.1.0-nightly-feat-mono-repo-20221209-130706-c52f5a7.0
{ | ||
"name": "@mos-connection/model", | ||
"private": false, | ||
"version": "0.0.1", | ||
"version": "2.1.0-nightly-feat-mono-repo-20221209-130706-c52f5a7.0", | ||
"description": "Types and enums for the mos-connection library", | ||
@@ -13,3 +12,25 @@ "main": "dist/index.js", | ||
}, | ||
"homepage": "https://github.com/nrkno/sofie-mos-connection#readme" | ||
"homepage": "https://github.com/nrkno/sofie-mos-connection#readme", | ||
"scripts": { | ||
"build": "rimraf dist && yarn build:main", | ||
"build:main": "tsc -p tsconfig.json", | ||
"__test": "jest", | ||
"precommit": "lint-staged" | ||
}, | ||
"engines": { | ||
"node": ">=14.18.0" | ||
}, | ||
"devDependencies": { | ||
"lint-staged": "^13.0.4" | ||
}, | ||
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json", | ||
"lint-staged": { | ||
"*.{js,css,json,md,scss}": [ | ||
"prettier" | ||
], | ||
"*.{ts,tsx}": [ | ||
"eslint" | ||
] | ||
}, | ||
"gitHead": "358c522502c18eec7c901c64ce3f728bd35875c3" | ||
} |
@@ -5,2 +5,4 @@ # @mos-connection/model | ||
This is an initial publish to npm, the first real version will follow later... | ||
It is a library that contains types and enums, useful for applications that handles MOS-data. | ||
Read the full documentation at the main repo [MOS-connection](https://github.com/nrkno/sofie-mos-connection). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
11859
11
322
8
1