-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.06 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
{
"name": "sirv-media-viewer-script",
"version": "1.0.5",
"description": "Add Sirv Media Viewer script to page",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest --config jestconfig.json",
"prepare" : "npm run build"
},
"author": {
"name": "Serhii Ponomarenko",
"email": "[email protected]"
},
"homepage": "https://github.com/Mefistosss/sirv-media-viewer-script",
"keywords": [
"load",
"load script",
"load-script",
"sirv",
"viewer",
"script",
"media-viewer",
"sirv-media-viewer",
"sirv-media-viewer-script"
],
"license": "MIT",
"dependencies": {
"load-script2": "^2.0.6"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
},
"bugs": {
"url": "https://github.com/Mefistosss/sirv-media-viewer-script/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:Mefistosss/sirv-media-viewer-script.git"
},
"files": [
"lib/**/*"
]
}