mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
Update package.json
This commit is contained in:
parent
bac12dd014
commit
2c99819173
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "poketube",
|
"name": "poketube",
|
||||||
"version": "0.0.1",
|
"version": "2.0.1",
|
||||||
"description": "Youtube video player that does not track your info",
|
"description": "Youtube video player that does not track your info",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
"xml2json": "^0.12.0",
|
"xml2json": "^0.12.0",
|
||||||
"fast-xml-parser": "^4.0.5"
|
"fast-xml-parser": "^4.0.5"
|
||||||
|
"moment": "^2.29.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.x"
|
"node": "16.x"
|
||||||
|
|
Loading…
Reference in a new issue