{ "name": "flumm-fetch", "version": "2.0.0", "description": "", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "node src/test.mjs" }, "repository": { "type": "git", "url": "git+https://git.lat/keinBot/flumm-fetch.git" }, "keywords": [ "fetch" ], "author": "Flummi", "license": "MIT", "type": "module", "bugs": { "url": "https://git.lat/keinBot/flumm-fetch/issues" }, "homepage": "https://git.lat/keinBot/flumm-fetch#readme", "devDependencies": { "@types/node": "^22.13.10", "typescript": "^5.8.2" } }