UNPKG

@signumjs/http

Version:
58 lines (57 loc) 1.11 kB
{ "name": "@signumjs/http", "description": "SignumJS Generic Http Module", "version": "2.0.7", "keywords": [ "signum", "signum-network", "blockchain", "smartcontracts", "http", "signumjs" ], "contributors": [ "ohager", "blankey1337" ], "repository": { "type": "git", "url": "https://github.com/signum-network/signumjs" }, "engines": { "node": ">=18" }, "license": "Apache-2.0", "main": "./out/index.js", "exports": { ".": { "types": "./out/index.d.ts", "default": "./out/index.js" } }, "private": false, "devDependencies": { "@types/node": "^20.16.0", "esbuild": "^0.23.1", "esbuild-plugin-tsc": "^0.4.0", "typescript": "^5.5.4" }, "scripts": { "test": "vitest run", "test:ci": "vitest run --coverage", "compile": "tsc", "bundle": "node bundle.js" }, "dependencies": { "axios": "^1.7.9" }, "husky": { "hooks": { "pre-push": "npm test" } }, "gitHead": "1388156deae3a6d83b289377ad8e10f86e84dd3c", "publishConfig": { "access": "public" } }