UNPKG

@straw-hat/fetcher

Version:
48 lines 1.11 kB
{ "name": "@straw-hat/fetcher", "version": "5.0.3", "description": "Simple HTTP Client", "repository": { "type": "git", "url": "https://github.com/straw-hat-team/nodejs-monorepo.git", "directory": "packages/@straw-hat/fetcher" }, "license": "MIT", "keywords": [ "http", "http-client", "fetch", "middleware", "straw-hat-team" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "prebuild": "yarn run -T rimraf dist", "build": "yarn prebuild && yarn run -T tsc -p tsconfig.prod.json", "test:vitest": "yarn run vitest", "prepack": "yarn build", "docs:typedoc": "yarn run -T typedoc" }, "engines": { "node": ">=16" }, "type": "module", "exports": { ".": "./dist/index.js", "./middlewares/*": "./dist/middlewares/*.js", "./openapi": "./dist/openapi/index.js" }, "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "devDependencies": { "@straw-hat/tsconfig": "4.2.2", "typescript": "^5.4.5", "vitest": "^1.6.0" } }