{ "name": "@js/http-client", "version": "1.0.0", "description": "HTTP client utilities", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "tsc": "tsc --build", "clean": "rm -rf ./build" }, "publishConfig": { "registry": "https://gitea.jbrumond.me/api/packages/js/npm/" }, "repository": { "type": "git", "url": "https://gitea.jbrumond.me/js/http-client.git" }, "engines": { "node": ">=18" }, "author": "James Brumond ", "license": "ISC", "devDependencies": { "@js/types": "^0.1.0", "@types/node": "^20.5.1", "typescript": "^5.1.3" } }