superfly-timeline
Version:
Resolver for defining objects with temporal boolean logic relationships on a timeline
122 lines (121 loc) • 3.44 kB
JSON
{
"name": "superfly-timeline",
"version": "9.1.2",
"description": "Resolver for defining objects with temporal boolean logic relationships on a timeline",
"license": "MIT",
"author": {
"name": "Johan Nyman",
"email": "johan@superfly.tv"
},
"contributors": [
{
"name": "Julian Waller",
"email": "julian@superfly.tv"
},
{
"name": "Jesper Stærkær",
"email": "jesper@superfly.tv"
},
{
"name": "Krzysztof Zegzuła",
"email": "krzysztof@superfly.tv"
},
{
"name": "Jan Starzak",
"email": "jan@superfly.tv"
},
{
"name": "Jonas Hummelstrand",
"email": "jan@superfly.tv"
},
{
"name": "Ola Christian Gundelsby",
"email": "ola.christian.gundelsby@nrk.no"
},
{
"name": "Stephan Nordnes Eriksen",
"email": "Stephanruler@gmail.com"
}
],
"homepage": "http://superfly.tv",
"repository": {
"type": "git",
"url": "git+https://github.com/SuperFlyTV/supertimeline.git"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/SuperFlyTV/supertimeline/issues"
},
"scripts": {
"prepare": "husky install",
"build": "rimraf dist && yarn build:main",
"build:main": "tsc -p tsconfig.build.json",
"build-examples": "yarn build && yarn build:examples",
"build:examples": "tsc -p tsconfig-examples.json",
"lint:raw": "eslint --ext .ts --ext .js --ext .tsx --ext .jsx --ignore-pattern dist --ignore-pattern docs",
"lint": "yarn lint:raw .",
"lint-fix": "yarn lint --fix",
"unit": "jest --forceExit --detectOpenHandles",
"test": "yarn lint && yarn unit",
"watch": "jest --watch",
"cov": "yarn unit --coverage=true && yarn cov-open",
"cov-open": "open-cli coverage/lcov-report/index.html",
"docs": "yarn docs:html && open-cli docs/index.html",
"docs:test": "yarn docs:html",
"docs:html": "typedoc src/index.ts --excludePrivate --theme default --out docs --tsconfig tsconfig.build.json",
"docs:json": "typedoc --json docs/typedoc.json src/index.ts --tsconfig tsconfig.build.json",
"release:release": "standard-version",
"release:prerelease": "standard-version --prerelease",
"reset": "git clean -dfx && git reset --hard && yarn",
"validate:dependencies": "yarn audit --groups dependencies && yarn license-validate",
"validate:dev-dependencies": "yarn audit --groups devDependencies",
"license-validate": "yarn sofie-licensecheck --allowPackages=caniuse-lite@1.0.30001429"
},
"engines": {
"node": ">=14"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"lint-staged": {
"*.{css,json,md,scss}": [
"prettier --write"
],
"*.{ts,tsx,js,jsx}": [
"yarn lint:raw --fix"
]
},
"files": [
"/dist",
"/CHANGELOG.md",
"/README.md",
"/LICENSE"
],
"devDependencies": {
"@sofie-automation/code-standard-preset": "^2.5.1",
"@types/jest": "^29.5.2",
"@types/node": "^20",
"jest": "^29.6.3",
"open-cli": "^7.2.0",
"rimraf": "^5.0.1",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "~4.9"
},
"keywords": [
"broadcast",
"typescript",
"javascript",
"open",
"source"
],
"dependencies": {
"tslib": "^2.6.0"
},
"standard-version": {
"message": "chore(release): %s",
"tagPrefix": ""
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}