mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05:00
add activitypub-express
This commit is contained in:
parent
8229cc46b6
commit
a55e44fb88
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "poketube",
|
"name": "poke",
|
||||||
"version": "20.23",
|
"version": "20.24",
|
||||||
"description": "Libre youtube front-end",
|
"description": "Libre youtube and google front-end",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.js"
|
"start": "node server.js"
|
||||||
|
@ -32,7 +32,8 @@
|
||||||
"express-rate-limit": "^7.0.2",
|
"express-rate-limit": "^7.0.2",
|
||||||
"toobusy-js": "^0.5.1",
|
"toobusy-js": "^0.5.1",
|
||||||
"quick.db": "^7.1.3",
|
"quick.db": "^7.1.3",
|
||||||
"google-it": "^1.6.4"
|
"google-it": "^1.6.4",
|
||||||
|
"activitypub-express": "^4.4.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.x"
|
"node": "16.x"
|
||||||
|
|
Loading…
Reference in a new issue