UNPKG

json-fetchfy

Version:

A lightweight Node.js module to fetch, validate, and manipulate JSON data from various sources seamlessly.

57 lines (56 loc) 1.19 kB
{ "name": "json-fetchfy", "version": "1.0.0", "description": "A lightweight Node.js module to fetch, validate, and manipulate JSON data from various sources seamlessly.", "main": "json.mjs", "types": "./types/json-fetchfy.d.ts", "type": "module", "exports": { ".": "./json.mjs", "./types": "./types/json-fetchfy.d.ts" }, "files": [ "js/*", "types/*", "json.mjs", "package.json", "README.md" ], "scripts": {}, "keywords": [ "json", "fetch", "http", "data", "api", "json-fetchfy", "json-fetch", "json-data", "http-requests", "node-module", "data-fetching", "json-manipulation", "json-utilities", "lightweight", "modern-js" ], "author": { "name": "lokuedo5000", "url": "https://github.com/lokuedo5000" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/lokuedo5000/json-fetchfy" }, "bugs": { "url": "https://github.com/lokuedo5000/json-fetchfy/issues" }, "homepage": "https://github.com/lokuedo5000/json-fetchfy#readme", "engines": { "node": ">=14.0.0" }, "dependencies": { "node-fetch": "^2.6.1" } }