esi-little-helper
Version:
A Fetch wrapper to interact with the EVE Online API
42 lines (41 loc) • 908 B
JSON
{
"name": "esi-little-helper",
"version": "1.1.0",
"description": "A Fetch wrapper to interact with the EVE Online API",
"main": "index.js",
"scripts": {
"test": "jest test/"
},
"keywords": [
"eve",
"online",
"eveonline",
"eve online",
"eve-online",
"esi",
"api"
],
"repository": {
"type": "git",
"url": "git+https://github.com/marchimatteo/esi-little-helper.git"
},
"author": "Matteo Marchi",
"license": "MIT",
"bugs": {
"url": "https://github.com/marchimatteo/esi-little-helper/issues"
},
"homepage": "https://github.com/marchimatteo/esi-little-helper#readme",
"devDependencies": {
"jest": "^26.1.0",
"jest-fetch-mock": "^3.0.3"
},
"jest": {
"automock": false,
"setupFiles": [
"./test/setupJest.js"
]
},
"dependencies": {
"node-fetch": "^2.6.0"
}
}