-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 855 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
{
"name": "moody-blues",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"clean": "rm -rf dist",
"build": "tsc",
"watch": "tsc -w",
"test": "jest"
},
"keywords": [],
"author": "tapioca24",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tapioca24/moody-blues.git"
},
"dependencies": {
"@types/events": "^3.0.0",
"@types/hls.js": "^0.12.5",
"events": "^3.0.0",
"hls.js": "^0.12.4"
},
"devDependencies": {
"@types/jest": "^23.3.14",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"typescript": "^3.5.3"
},
"bugs": {
"url": "https://github.com/tapioca24/moody-blues/issues"
},
"homepage": "https://github.com/tapioca24/moody-blues#readme"
}