@trivia-api/fetch
Version:
Functions to fetch data from The Trivia API.
57 lines (56 loc) • 1.3 kB
JSON
{
"name": "@trivia-api/fetch",
"version": "1.43.0",
"description": "Functions to fetch data from The Trivia API.",
"keywords": [
"trivia",
"quiz",
"api",
"fetch",
"client",
"http"
],
"main": "dist/fetch/src/index.js",
"scripts": {
"test": "jest",
"build": "tsc",
"semantic-release": "semantic-release",
"ts-lint": "tsc --noEmit"
},
"author": {
"name": "Will Fry",
"url": "https://willfry.co.uk",
"email": "will.r.fry@gmail.com"
},
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@trivia-api/models": "*",
"@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^9.3.0",
"@semantic-release/npm": "^9.0.1",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"regenerator-runtime": "^0.13.9",
"semantic-release": "^19.0.2",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8"
},
"publishConfig": {
"access": "public"
},
"types": "./dist/fetch/src/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/t9973/the-trivia-api.git",
"directory": "packages/fetch"
},
"homepage": "https://the-trivia-api.com",
"dependencies": {
"@trivia-api/client": "*",
"axios": "^0.27.2"
}
}