mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:28:28 +01:00
27 lines
455 B
JSON
27 lines
455 B
JSON
|
{
|
||
|
"name": "pt-dl",
|
||
|
"version": "2.0.1",
|
||
|
"description": "poketube api wrapper",
|
||
|
"main": "server.js",
|
||
|
"scripts": {
|
||
|
"start": "node server.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"node-fetch": "^2.6.1",
|
||
|
"xml2json": "^0.12.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "14.x"
|
||
|
},
|
||
|
"repository": {
|
||
|
"url": "https://github.com/iamashley0/poketube/tree/main/sdk"
|
||
|
},
|
||
|
|
||
|
"license": "GPL-3.0",
|
||
|
"keywords": [
|
||
|
"poketube",
|
||
|
"privite",
|
||
|
"ytdl"
|
||
|
]
|
||
|
}
|