-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.18 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
{
"name": "vast-2-sgai",
"version": "0.0.1",
"description": "A SGAI Proxy service",
"main": "index.js",
"scripts": {
"start": "node src/server.js",
"dev": "nodemon src/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/montevideo-tech/vast-2-sgai.git"
},
"keywords": [
"SGAI",
"HLS",
"Ad",
"insertion",
"HLS",
"Interstitials",
"MPEG-DASH"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/montevideo-tech/vast-2-sgai/issues"
},
"homepage": "https://github.com/montevideo-tech/vast-2-sgai#readme",
"dependencies": {
"@dailymotion/vast-client": "github:montevideo-tech/vast-client-js#dist",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"find-config": "^1.0.0",
"jsonwebtoken": "^9.0.2",
"m": "^1.9.0",
"pino": "^9.5.0",
"pino-http": "^10.3.0",
"pino-pretty": "^13.0.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"globals": "^15.13.0",
"nodemon": "^3.1.7"
}
}