31 lines
938 B
JSON
31 lines
938 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.4.2",
|
|
"main": "create-card.js",
|
|
"repository": "https://github.com/xivapi/XIV-Character-Cards.git",
|
|
"license": "AGPL-3.0-only",
|
|
"keywords": [
|
|
"ffxiv",
|
|
"xivapi"
|
|
],
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js",
|
|
"docs:generate": "jsdoc create-card.js -d docs -R readme.md",
|
|
"docs:deploy": "npm run docs:generate && node gh-pages.js"
|
|
},
|
|
"dependencies": {
|
|
"cache-manager": "^3.4.4",
|
|
"cache-manager-fs-binary": "^1.0.4",
|
|
"canvas": "^2.8.0",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.5.0",
|
|
"node-fetch": "^2.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^3.2.3",
|
|
"jsdoc": "^3.6.7",
|
|
"nodemon": "^2.0.14"
|
|
}
|
|
}
|