@coheia/simple-http-service
Version:
The SimpleHttpService class makes it easier to use http methods.
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "@coheia/simple-http-service",
"version": "1.3.28",
"description": "The SimpleHttpService class makes it easier to use http methods.",
"author": {
"name": "Felipe Correia"
},
"readmeFilename": "README.md",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"prepublish": "tsc",
"publish:patch": "npm run prepublish && npm version patch && npm publish",
"publish:minor": "npm run prepublish && npm version minor && npm publish"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"devDependencies": {
"@types/node": "^18.13.0",
"typescript": "^4.9.5"
},
"keywords": [
"http-service",
"http",
"typescript",
"javascript",
"front-end"
],
"tags": [
"http",
"front-end",
"typescript",
"javascript"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/coheia/simple-http-service"
}
}