mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
Create package.json
This commit is contained in:
parent
0406acf094
commit
01636100aa
1 changed files with 26 additions and 0 deletions
26
sdk/package.json
Normal file
26
sdk/package.json
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue