@ne1410s/http
Version:
Lightweight ES5 script to provide http utilities
60 lines (59 loc) • 1.89 kB
JSON
{
"name": "@ne1410s/http",
"version": "0.4.247",
"description": "Lightweight ES5 script to provide http utilities",
"main": "dist/ne14_http.cjs.min.js",
"module": "dist/ne14_http.esm.min.js",
"browser": "dist/ne14_http.umd.min.js",
"displayName": "ne_http",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "npx rollup -c rollup.browser.config.js -m -w",
"clean": "npx rimraf dist",
"is-pretty": "npx prettier -l .",
"prettify": "npx prettier -w .",
"build": "npm run clean && npx rollup -c",
"test": "npm run is-pretty && npm run build && mocha --exit",
"publish-local": "npm run build && npm pack",
"publish-patch": "npm run build && npm version patch && npm publish --access public",
"publish-minor": "npm run build && npm version minor && npm publish --access public",
"publish-major": "npm run build && npm version major && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ne14-fed/core.http.git"
},
"keywords": [
"ES5",
"Http",
"Utils"
],
"author": "ne1410s <pgj646@gmail.com> (http://ne1410s.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ne14-fed/core.http/issues"
},
"homepage": "https://github.com/ne14-fed/core.http#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.1",
"@types/jws": "^3.2.10",
"@types/node": "^20.19.11",
"chai": "^4.5.0",
"mocha": "^10.8.2",
"prettier": "^3.6.2",
"rimraf": "^5.0.10",
"rollup": "^4.48.1",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "^5.9.2"
},
"dependencies": {
"@ne1410s/codl": "^0.1.151",
"isomorphic-fetch": "^3.0.0",
"jws": "^4.0.0"
}
}