Package updated
This commit is contained in:
parent
1c8c3cebd5
commit
6367adc3f5
28
package.json
28
package.json
@ -1,22 +1,36 @@
|
|||||||
{
|
{
|
||||||
"name": "killer",
|
"name": "@node/youtube-dl",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"description": "",
|
"description": "YouTube, SoundCloud, Spotify downloader",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
"typings": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"build" : "tsc",
|
||||||
|
"build:check": "tsc --noEmit --incremental false"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/killer069/node-youtube-dl.git"
|
"url": "git+https://github.com/killer069/node-youtube-dl.git"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [
|
||||||
"author": "",
|
"node-youtube-dl",
|
||||||
"license": "ISC",
|
"youtube-dl",
|
||||||
|
"yt-dl",
|
||||||
|
"ytdl",
|
||||||
|
"youtube",
|
||||||
|
"spotify-dl",
|
||||||
|
"spotify",
|
||||||
|
"soundcloud"
|
||||||
|
],
|
||||||
|
"author": "Killer069",
|
||||||
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/killer069/node-youtube-dl/issues"
|
"url": "https://github.com/killer069/node-youtube-dl/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/killer069/node-youtube-dl#readme",
|
"homepage": "https://github.com/killer069/node-youtube-dl#readme",
|
||||||
|
"files": [
|
||||||
|
"dist/*"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-fetch": "^2.6.1"
|
"node-fetch": "^2.6.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user