-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 962 Bytes
/
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
{
"name": "dai",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"contBuild": "watch \"npm run build:dev\" src",
"devServer": "npm-run-all -p testServer contBuild",
"start": "npm run devServer",
"build:dev": "webpack --mode=development --env dev --env app.conf=\"dev\"",
"build:prod": "webpack --mode=production --env prod --env app.conf=\"prod\"",
"test": "echo \"Error: no test specified\" && exit 1",
"testServer": "http-server --cors -p 8083 --silent"
},
"repository": {
"type": "git",
"url": "https://github.com/basil79/dai.git"
},
"keywords": [
"dai",
"hls",
"mpeg-dash",
"vast",
"vpaid",
"ad",
"advertising",
"iab",
"video"
],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"http-server": "^14.0.0",
"npm-run-all": "^4.1.5",
"watch": "^1.0.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
}
}