UNPKG

@aiueb/loadstone

Version:

A straight wrapper around the XIVAPI to pull character data.

43 lines (42 loc) 991 B
{ "name": "@aiueb/loadstone", "version": "2.0.0-alpha.0", "description": "A straight wrapper around the XIVAPI to pull character data.", "types": "./dist/index.d.ts", "main": "./dist/index.js", "scripts": { "test": "ava", "build": "rm -rf ./dist && tsc" }, "repository": { "type": "git", "url": "git+https://github.com/oshinowo-stephen/fflogs-tracker.git" }, "keywords": [ "xivapi", "ffxiv", "loadstone", "characters" ], "ava": { "extensions": [ "ts" ], "require": [ "ts-node/register" ] }, "author": "oshinowo-stephen <kingstonicthe1@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/oshinowo-stephen/fflogs-tracker/issues" }, "homepage": "https://github.com/oshinowo-stephen/fflogs-tracker#readme", "devDependencies": { "@types/node-fetch": "^2.6.2" }, "dependencies": { "node-fetch": "^2.6.7" }, "gitHead": "c0620e873ba01789e858e580287c2994f7c4ee1b" }