1
Fork 0

Create package.json

This commit is contained in:
Ashley 2022-03-25 19:40:20 +03:00 committed by GitHub
parent 0406acf094
commit 01636100aa

26
sdk/package.json Normal file
View 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"
]
}