@nofrills/http
Version:
Provides a simple, Fetch-based HTTP client.
44 lines (43 loc) • 1.13 kB
JSON
{
"author": "opensource@nativecode.com",
"description": "Provides a simple, Fetch-based HTTP client.",
"homepage": "https://github.com/nativecode-dev/nofrills#readme",
"license": "MIT",
"main": "./lib/index.js",
"name": "@nofrills/http",
"private": false,
"types": "./lib/index.d.ts",
"version": "2.2.9",
"bugs": {
"url": "https://github.com/nativecode-dev/nofrills/issues"
},
"dependencies": {
"@nofrills/lincoln-debug": "^2.2.9",
"node-fetch": "^2.1.2"
},
"devDependencies": {
"@types/chai": "^4.0.5",
"@types/mocha": "^5.2.4",
"@types/node": "^10.5.1",
"@types/node-fetch": "^2.1.1",
"chai": "^4.1.2",
"cross-env": "^5.0.1",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"rimraf": "^2.6.1",
"ts-node": "^7.0.0",
"typescript": "^2.3.4"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/nativecode-dev/nofrills"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
"prebuild": "yarn run clean",
"clean": "rimraf .cache && rimraf coverage && rimraf lib"
}
}