forked from TimeForANinja/node-ytsr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·44 lines (44 loc) · 1009 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
38
39
40
41
42
43
44
{
"name": "@distube/ytsr",
"version": "2.0.4",
"description": "A ytsr fork. Made for DisTube.js.org.",
"keywords": [
"youtube",
"search"
],
"bugs": {
"url": "https://github.com/distubejs/ytsr/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/distubejs/ytsr.git"
},
"license": "MIT",
"author": "Skick (https://github.com/skick1234)",
"contributors": [
"Tobias Kutscha (https://github.com/TimeForANinja)"
],
"main": "./lib/main.js",
"types": "./typings/index.d.ts",
"files": [
"lib",
"typings"
],
"scripts": {
"prettier": "prettier --write \"**/*.{ts,json,yml,yaml,md}\"",
"lint": "eslint ./",
"lint:fix": "eslint --fix ./"
},
"dependencies": {
"undici": "^6.18.2"
},
"devDependencies": {
"eslint": "^8.57.0",
"prettier": "^3.3.1"
},
"engines": {
"node": ">=14.0"
},
"homepage": "https://github.com/distubejs/ytsr#readme",
"funding": "https://github.com/distubejs/ytsr?sponsor"
}