-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "soundcloud-dl",
"version": "0.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/NotTobi/soundcloud-dl.git"
},
"author": "NotTobi",
"license": "MIT",
"bugs": {
"url": "https://github.com/NotTobi/soundcloud-dl/issues"
},
"homepage": "https://github.com/NotTobi/soundcloud-dl#readme",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "jest"
},
"devDependencies": {
"@types/chrome": "^0.0.140",
"@types/firefox-webext-browser": "^82.0.0",
"@types/jest": "^26.0.23",
"@types/uuid": "^8.0.1",
"@types/xregexp": "^4.4.0",
"clean-webpack-plugin": "^3.0.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.1",
"ts-loader": "^8.0.17",
"typescript": "^4.2.4",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"browser-id3-writer": "^4.4.0",
"escape-string-regexp": "^4.0.0",
"m3u8-parser": "^4.6.0",
"uuid": "^8.3.0",
"wavefile": "^11.0.0",
"xregexp": "^5.0.2"
}
}