forked from Sofie-Automation/sofie-timeline-state-resolver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "quick-tsr",
"private": true,
"version": "10.0.0-release53",
"description": "Read timeline from file, use TSR, play stuff",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Sofie-Automation/sofie-timeline-state-resolver.git"
},
"bugs": {
"url": "https://github.com/Sofie-Automation/sofie-timeline-state-resolver/issues"
},
"homepage": "https://github.com/Sofie-Automation/sofie-timeline-state-resolver#readme",
"author": {
"name": "Johan Nyman",
"email": "johan@superfly.tv",
"url": "http://superfly.tv"
},
"contributors": [],
"scripts": {
"start": "tsx src/index.ts",
"inspect": "node --inspect dist/index.js",
"validate:dependencies": "yarn npm audit --environment production && run license-validate",
"validate:dev-dependencies": "yarn npm audit --environment development",
"license-validate": "run -T sofie-licensecheck",
"test": "echo \"Note: no test specified for quick-tsr\" && exit 0"
},
"engines": {
"node": ">= 20.5"
},
"keywords": [
"broadcast",
"socket",
"typescript",
"javascript",
"open",
"source",
"automation",
"ncs",
"nrcs",
"rundown",
"production"
],
"dependencies": {
"chokidar": "^3.6.0",
"threadedclass": "^1.3.0",
"timeline-state-resolver": "10.0.0-release53",
"timeline-state-resolver-types": "10.0.0-release53",
"tslib": "^2.8.1",
"underscore": "^1.13.7"
},
"devDependencies": {
"tsx": "^4.21.0"
}
}