We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339d473 commit 68ece2bCopy full SHA for 68ece2b
packages/metascraper-video-provider/package.json
@@ -17,6 +17,8 @@
17
},
18
"dependencies": {
19
"@metascraper/helpers": "^3.11.8",
20
+ "cheerio": "~1.0.0-rc.2",
21
+ "json-future": "~2.1.2",
22
"lodash": "~4.17.10",
23
"parse-domain": "~2.1.2",
24
"youtube-dl": "~1.12.2"
@@ -34,9 +36,10 @@
34
36
35
37
"files": [
38
"index.js",
- "providers.js"
39
+ "scripts"
40
],
41
"scripts": {
42
+ "postinstall": "node scripts/postinstall",
43
"test": "NODE_PATH=.. TZ=UTC NODE_ENV=test nyc mocha test"
44
45
"license": "MIT",
0 commit comments