23 lines
611 B
JSON
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"
|
|
}
|
|
}
|