-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 1.16 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
{
"name": "newrelic-video-videojs",
"version": "0.7.1",
"description": "New relic tracker for Videojs",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development",
"watch": "webpack --mode production --progress --color --watch",
"watch:dev": "webpack --progress --color --watch",
"prezip": "npm run build",
"zip": "zip -P newrelic -x '*.DS_Store' -x 'samples/agent.js' -r videojs.zip dist samples README.md CHANGELOG.md EULA.md",
"clean": "rm -rf dist *.zip",
"deploy": "node scripts/deploy.js"
},
"repository": {
"type": "git",
"url": "https://github.com/newrelic/video-videojs-js.git"
},
"author": "Jordi Aguilar",
"contributors": [
"Andreu Santarén Llop"
],
"license": "MIT",
"dependencies": {
"newrelic-video-core": "github:newrelic/video-core-js"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"aws-sdk": "^2.920.0",
"babel-loader": "^9.1.3",
"videojs-ima": "2.1.0",
"webpack": "^5.91.0",
"webpack-cli": "^4.9.2"
}
}