UNPKG

@logi.one/rest-client

Version:

This is a free, ultra-lightweight and easy to use rest client for node.js supporting JSON requests and streams with no external dependencies.

52 lines (51 loc) 1.06 kB
{ "name": "@logi.one/rest-client", "version": "0.4.1", "description": "This is a free, ultra-lightweight and easy to use rest client for node.js supporting JSON requests and streams with no external dependencies.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist", "/README.md", "/LICENSE" ], "scripts": { "test": "jasmine", "build": "tsc", "build-watch": "tsc -w", "prepublishOnly": "rm -r dist ; tsc -p tsconfig.build.json" }, "engines": { "node": ">=18.0.0" }, "author": "LogiONE Sàrl", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/logione/rest-client.git" }, "devDependencies": { "@types/jasmine": "^5.1.4", "@types/node": "^18.0.0", "typescript": "^5.3.2", "jasmine": "^5.1.0" }, "keywords": [ "http", "https", "http2", "stream", "JSON", "get", "post", "put", "delete", "rest", "curl", "wget", "fetch", "request", "got", "typescript" ] }