UNPKG

voca-http

Version:

A lightweight and flexible HTTP client for the browser and node.js

60 lines (59 loc) 1.48 kB
{ "name": "voca-http", "version": "1.0.2", "description": "A lightweight and flexible HTTP client for the browser and node.js", "main": "dist/voca-http.cjs.js", "module": "dist/voca-http.esm.js", "browser": "dist/voca-http.umd.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "lint": "eslint 'src/**/*.ts'", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Subhojit1992/voca-http.git" }, "bugs": { "url": "https://github.com/Subhojit1992/voca-http/issues" }, "homepage": "https://github.com/Subhojit1992/voca-http#readme", "keywords": [ "http", "ajax", "request", "voca", "voca-http", "voca-ajax", "voca-request", "voca-fetch", "voca-promise", "vocahttp", "fetch", "promise" ], "author": "Subhojit1992", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^24.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.4.0", "@rollup/plugin-typescript": "^11.0.0", "@types/jest": "^29.5.0", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", "eslint": "^8.38.0", "jest": "^29.5.0", "rollup": "^3.20.0", "rollup-plugin-dts": "^5.3.0", "ts-jest": "^29.1.0", "tslib": "^2.5.0", "typescript": "^5.0.0" } }