@gw2api/fetch
Version:
Tiny wrapper around fetch that returns type-safe responses
33 lines (32 loc) • 646 B
JSON
{
"name": "@gw2api/fetch",
"version": "0.4.1",
"description": "Tiny wrapper around fetch that returns type-safe responses",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/GW2Treasures/gw2api-ts.git",
"directory": "packages/fetch"
},
"keywords": [
"gw2api",
"fetch",
"gw2",
"api"
],
"scripts": {
"test": "tsc --noEmit",
"build": "tsc"
},
"devDependencies": {
"typescript": "5.5.4"
},
"peerDependencies": {
"@gw2api/types": "~0.0.5"
},
"publishConfig": {
"access": "public"
}
}