Repository URL to install this package:
|
Version:
1.2.32 ▾
|
@skava/request
/
package.json
|
|---|
{
"name": "@skava/request",
"version": "1.2.32",
"versions": {
"semantic": "3.0.0"
},
"private": false,
"main": "dist/index.js",
"module": "src/index.ts",
"typings": "dist/index.d.ts",
"description": "1 [http/fetch] request - universally",
"scripts": {
"jest": "jest",
"prepublish": "make publish"
},
"dependencies": {
"@skava/modules": "^1.2.18",
"apollo-datasource-rest": "0.1.4",
"axios": "0.18.0",
"chain-able-boost": "^6.0.0-beta.8",
"chain-able-lego": "^6.0.0-beta.8",
"composition": "^1.3.2",
"exotic": "^1.2.13",
"graphql": "latest",
"isomorphic-fetch": "latest",
"query-string": "^6.1.0",
"url-search-params-polyfill": "4.0.0",
"wretch": "^1.4.1"
},
"devDependencies": {
"@skava/di": "^1.3.1",
"@skava/tests": "^1.3.2",
"@skava/tslint": "^1.3.1",
"@types/express": "latest",
"@types/jest": "latest",
"@types/nock": "latest",
"@types/node": "latest",
"express": "latest",
"jest": "latest",
"jest-cli": "latest",
"nock": "9.4.4",
"ramda": "0.25.0",
"ts-jest": "latest",
"typescript": "next"
}
}