-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 932 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": "ytsearcher",
"version": "1.2.4",
"description": "A nodejs package that provides an easy-to-use promise-based system of getting youtube search results",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"gen-doc": "jsdoc -r --verbose -d ./docs -c ./conf.json -R ./README.md .;",
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wzhouwzhou/ytsearcher.git"
},
"keywords": [
"YouTube",
"Searcher",
"ytsearcher",
"Pagination",
"YTSearch",
"Promise",
"modern",
"es6"
],
"author": "William Zhou",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wzhouwzhou/ytsearcher/issues"
},
"homepage": "https://wzhouwzhou.github.io/ytsearcher/",
"funding": "https://github.com/wzhouwzhou/ytsearcher?sponsor=1",
"dependencies": {}
}