@platform/http
Version:
Tools for working with HTTP.
36 lines (35 loc) • 843 B
JSON
{
"name": "@platform/http",
"version": "0.14.32",
"description": "Tools for working with HTTP.",
"main": "lib/index",
"types": "lib/index.d.ts",
"scripts": {
"start": "node .",
"watch": "nodemon .",
"test": "ts test",
"test:integration": "ts test --suffix INTEGRATION",
"lint": "ts lint",
"build": "ts build --no-esm",
"prepare": "ts prepare"
},
"dependencies": {
"@platform/http.types": "0.2.55",
"@platform/libs": "0.3.2",
"@platform/types": "0.5.27",
"@platform/util.mimetype": "0.1.51",
"@platform/util.value": "0.9.13",
"cross-fetch": "3.1.5"
},
"devDependencies": {
"@platform/test": "0.3.2",
"@platform/ts": "4.7.7"
},
"files": [
"lib",
"!lib/test",
"!*.TEST.{js, mjs, d.ts}",
"!*.INTEGRATION.{js, mjs, d.ts}"
],
"license": "MIT"
}