update package.json ith keywords/description

This commit is contained in:
ArcaneDisgea 2021-05-27 11:14:19 -04:00
parent dc0d356d0a
commit 19e85615e5

View file

@ -1,8 +1,13 @@
{
"name": "xiv-character-cards",
"description": "API to create fancy cards for FFXIV characters based on their Lodestone data, hosted at https://ffxiv-character-cards.herokuapp.com.",
"version": "1.1.0",
"main": "create-card.js",
"license": "MIT",
"keywords": [
"ffxiv",
"xivapi"
],
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"