-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.28 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
{
"name": "@api.video/videojs-player-analytics",
"version": "2.0.1",
"description": "api.video player analytics plugin for videojs",
"repository": {
"type": "git",
"url": "[email protected]:apivideo/api.video-videojs-analytics.git"
},
"author": "api.video <[email protected]> (https://api.video/)",
"license": "MIT",
"keywords": [
"video",
"player",
"apivideo",
"videojs",
"video.js"
],
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"tslint": "tslint --project .",
"build": "webpack --mode production",
"test": "jest",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/jsdom": "^16.2.9",
"@types/md5": "^2.3.0",
"@types/whatwg-fetch": "0.0.33",
"in-publish": "^2.0.1",
"jest": "^26.6.3",
"jsdom": "^16.5.2",
"jsdom-global": "^3.0.2",
"ts-jest": "^26.5.4",
"ts-loader": "^8.1.0",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.2.3",
"video.js": "^7.11.4",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@api.video/player-analytics": "^2.0.0",
"@types/video.js": "^7.3.15",
"core-js": "^3.10.0",
"url-polyfill": "^1.1.12"
}
}