-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.47 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": "react-native-ytdl",
"version": "4.8.3",
"description": "YouTube video and audio stream extractor for react native.",
"main": "index.js",
"dependencies": {
"querystring": "^0.2.1",
"url": "~0.10.1",
"user-agents": "^1.0.880",
"whatwg-url-without-unicode": "^8.0.0-3"
},
"scripts": {
"clone-and-patch": "npm run clone-node-ytdl-core && npm run apply-patches && npm run copy-to-project-root && npm run copy-to-test-app && npm run clean-temp",
"clone-node-ytdl-core": "./__AUTO_PATCHER__/shell_scripts/clone_node_ytdl_core_to_temp_dir.sh",
"apply-patches": "./__AUTO_PATCHER__/shell_scripts/apply_custom_implementations_to_temp_dir.sh",
"copy-to-project-root": "./__AUTO_PATCHER__/shell_scripts/copy_patches_from_temp_dir_to_project_root.sh",
"copy-to-test-app": "./__AUTO_PATCHER__/shell_scripts/copy_patches_and_package_json_from_temp_dir_to_test_app.sh",
"clean-temp": "./__AUTO_PATCHER__/shell_scripts/clean_temp_dir.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ytdl-js/react-native-ytdl.git"
},
"keywords": [
"react",
"native",
"youtube",
"downloader",
"audio",
"video",
"stream",
"extractor",
"ytdl"
],
"author": "Abel Tesfaye",
"license": "ISC",
"bugs": {
"url": "https://github.com/ytdl-js/react-native-ytdl/issues"
},
"homepage": "https://github.com/ytdl-js/react-native-ytdl#readme"
}