XIV-Character-Cards/package.json
ArcaneDisgea 52b373a197 npm wont let me publish
without an update but arent updating number with their cli
2021-05-27 12:52:50 -04:00

23 lines
611 B
JSON

{
"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.5",
"main": "create-card.js",
"license": "MIT",
"keywords": [
"ffxiv",
"xivapi"
],
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"cache-manager-fs": "^1.0.8",
"cache-manager-fs-binary": "^1.0.4",
"canvas": "^2.6.1",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7"
}
}