UNPKG

1.27 kBJSONView Raw
1{
2 "name": "detect-audio-video",
3 "version": "1.2.1",
4 "description": "Detect audio and video features in browser",
5 "module": "dist/index.js",
6 "type": "module",
7 "typings": "dist/index.d.ts",
8 "scripts": {
9 "clean": "del dist/*; del example/build/*",
10 "test": "npm run typecheck && jest ",
11 "typecheck": "tsc --noEmit",
12 "build": "npm run clean; rollup -c",
13 "prepare": "npm run build"
14 },
15 "author": {
16 "name": "Denis Seleznev",
17 "email": "hcodes@yandex.ru",
18 "url": "https://github.com/vvideo/detect-audio-video"
19 },
20 "license": "MIT",
21 "devDependencies": {
22 "@rollup/plugin-node-resolve": "^15.2.3",
23 "@rollup/plugin-typescript": "^11.1.6",
24 "@types/jest": "^29.5.12",
25 "del-cli": "^5.1.0",
26 "jest": "^29.7.0",
27 "jest-environment-jsdom": "^29.7.0",
28 "rollup": "^4.18.0",
29 "ts-jest": "^29.1.3",
30 "tslib": "^2.6.2",
31 "typescript": "^5.4.5"
32 },
33 "keywords": [
34 "audio",
35 "video",
36 "widevine",
37 "playready",
38 "fairplay",
39 "vp8",
40 "vp9",
41 "h.264",
42 "h.265",
43 "hevc",
44 "h.266",
45 "aac",
46 "opus",
47 "vorbis",
48 "dolby atmos",
49 "dolby digital",
50 "ac-3",
51 "ec-3",
52 "hdr",
53 "dolby"
54 ],
55 "files": [
56 "dist",
57 "README.md",
58 "LICENSE"
59 ]
60}