add all fields to the package.json for Heroku deployment

This commit is contained in:
Nicco Kunzmann 2022-04-28 22:48:56 +00:00
parent fa85cda6c3
commit df304d4fcb
1 changed files with 17 additions and 1 deletions

View File

@ -18,5 +18,21 @@
},
"devDependencies": {
"node-sass": "^4.12.0"
}
},
"keywords": [
"mastodon",
"feed",
"timeline",
"users",
"hashtags",
"embed",
"iframe"
],
"license": "AGPL",
"engines": {
"node": "17.x"
},
"name": "mastofeed",
"version": "1.0.1",
"description": "Embed your mastodon user feed or hashtag feed into your website."
}