forked from nrkno/sofie-media-management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.71 KB
/
package.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "tv-automation-media-management",
"private": true,
"version": "1.12.0-release37.1",
"description": "Connect to Core, synchronize media",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nrkno/tv-automation-media-management"
},
"bugs": {
"url": "https://github.com/nrkno/tv-automation-media-management/issues"
},
"homepage": "https://github.com/nrkno/tv-automation-media-management",
"contributors": [
{
"name": "Jan Starzak",
"email": "[email protected]",
"url": "http://superfly.tv"
},
{
"name": "Johan Nyman",
"email": "[email protected]",
"url": "http://superfly.tv"
},
{
"name": "Richard Cartwright",
"email": "[email protected]",
"url": "http://superfly.tv"
}
],
"scripts": {
"build": "trash dist && yarn build:main && yarn generate-deps-metadata",
"buildstart": "yarn build && yarn start",
"buildinspect": "yarn build && yarn inspect",
"build:main": "tsc -p tsconfig.build.json",
"generate-deps-metadata": "node generate-deps-metadata.js",
"build-linux": "trash deploy && mkdir deploy && yarn build && pkg dist/index.js -t node16-linux-x64 -o deploy/media-manager && node copy-natives.js linux-x64",
"build-win32": "trash deploy && mkdir deploy && yarn build && pkg dist/index.js -t node16-win-x64 -o deploy/media-manager.exe && node copy-natives.js win32-x64",
"lint": "tslint --project tsconfig.jest.json --config tslint.json && prettier -c --config .prettierrc src/**",
"lint-fix": "tslint --project tsconfig.jest.json --config tslint.json --fix && prettier -c --config .prettierrc --write src/**",
"prettier": "prettier --config .prettierrc src/**",
"unit": "jest",
"test": "yarn lint && yarn unit",
"test:integration": "yarn lint && jest --config=jest-integration.config.js",
"watch": "jest --watch",
"cov": "jest; open-cli coverage/lcov-report/index.html",
"cov-open": "open-cli coverage/lcov-report/index.html",
"send-coverage": "codecov",
"changelog": "standard-version",
"release": "yarn reset && yarn test && yarn changelog",
"prepareChangelog": "standard-version --prerelease",
"reset": "git clean -dfx && git reset --hard && yarn",
"ci": "yarn test",
"inspect": "node --inspect dist/index.js",
"start": "node dist/index.js",
"unlinkall": "yarn unlink @sofie-automation/server-core-integration timeline-state-resolver && yarn --check-files",
"validate:dependencies": "yarn audit && yarn license-validate",
"license-validate": "node-license-validator -p -d --allow-licenses MIT BSD BSD-3-Clause BSD-2-Clause 0BSD ISC Apache Apache-2.0 WTFPL Unlicense --allow-packages cycle"
},
"engines": {
"node": ">=12.20"
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/jest": "^26.0.21",
"@types/koa": "^2.13.1",
"@types/koa-range": "^0.3.2",
"@types/koa-router": "^7.4.0",
"@types/koa__cors": "^3.0.2",
"@types/node": "^12.20.24",
"@types/pouchdb-node": "^6.1.2",
"@types/underscore": "^1.10.24",
"@types/xml2js": "^0.4.7",
"codecov": "^3.8.3",
"find": "^0.3.0",
"jest": "^26.6.3",
"node-license-validator": "^1.3.2",
"open-cli": "^6.0.1",
"pkg": "^5.6.0",
"pouchdb-adapter-memory": "^7.0.0",
"prettier": "^1.19.1",
"standard-version": "^9.3.1",
"trash-cli": "^4.0.0",
"ts-jest": "^26.5.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^4.4.3"
},
"keywords": [
"broadcast",
"socket",
"typescript",
"javascript",
"open",
"source",
"automation",
"rundown",
"production",
"filesystem",
"windows",
"cifs",
"mam"
],
"dependencies": {
"@koa/cors": "^3.0.0",
"@sofie-automation/server-core-integration": "^1.37.0-in-testing.0",
"chokidar": "^3.4.3",
"class-transformer": "^0.4.0",
"fs-extra": "^8.1.0",
"got": "^11.7.0",
"handlebars": "^4.5.3",
"koa": "^2.11.0",
"koa-range": "^0.3.0",
"koa-router": "^8.0.8",
"no-try": "^1.1.3",
"node-fetch": "^2.6.2",
"node-watch": "https://github.com/ianshade/node-watch.git",
"normalize-url": "^6.0.1",
"pouchdb-find": "^7.0.0",
"pouchdb-node": "^7.0.0",
"reflect-metadata": "^0.1.12",
"set-value": "^4.0.1",
"tslib": "^2.3.1",
"tv-automation-quantel-gateway-client": "^2.0.2",
"underscore": "^1.12.1",
"urijs": "^1.19.7",
"windows-network-drive": "^3.0.0",
"winston": "^2.4.2",
"xml2js": "^0.4.19"
},
"resolutions": {
"node-license-validator/**/minimist": "^1.2.3",
"pouchdb-**/node-fetch": "^2.6.2",
"normalize-url": "^6.0.1"
}
}