tra-typed-fetch
Version:
A package that implements common http requests using fetch, allowing for typed responses with typescript
50 lines (49 loc) • 1.18 kB
JSON
{
"name": "tra-typed-fetch",
"version": "1.4.1",
"sideEffects": false,
"description": "A package that implements common http requests using fetch, allowing for typed responses with typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": {
"email": "theoanderson3@gmail.com",
"url": "http://github.com/andersontr15",
"name": "Theodore Anderson"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"prepublish": "tsc -p tsconfig.json",
"build": "tsc",
"dev": "tsc --watch"
},
"license": "MIT",
"private": false,
"dependencies": {
"isomorphic-fetch": "3.0.0",
"tslib": "2.0.3"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@babel/core": "7.12.9",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/preset-env": "7.12.7",
"@babel/register": "7.12.1",
"@types/isomorphic-fetch": "0.0.34",
"husky": "4.3.0",
"prettier": "2.1.2",
"pretty-quick": "3.1.0",
"typescript": "4.1.2"
},
"keywords": [
"fetcher",
"isomorphic-fetch",
"typed-fetch",
"typescript-fetch"
]
}