khatavani-client
Version:
The Backend-Api-Integration package simplifies interaction with the backend API by providing a set of CRUD methods for common endpoints. It abstracts away the complexity of making HTTP requests and handling responses, allowing developers to focus on appli
48 lines (47 loc) • 1.51 kB
JSON
{
"name": "khatavani-client",
"version": "1.0.27",
"description": "The Backend-Api-Integration package simplifies interaction with the backend API by providing a set of CRUD methods for common endpoints. It abstracts away the complexity of making HTTP requests and handling responses, allowing developers to focus on application logic rather than low-level API communication details",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/opankys/backend-integration-fetch"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx rollup -c",
"linkPackage": "npm link ",
"publish": "npm publish",
"patchPackage": "npm version patch"
},
"author": "lovpankaj,WorkingwithColt,ShubhamMane303",
"license": "ISC",
"keywords": [
"RESTful API Client",
"CRUD Operations",
"Backend Integration",
"HTTP Requests",
"Resource Management",
"Endpoint Abstraction",
"Custom Server URLs",
"Batch Processing",
"Pagination Support",
"Developer-Friendly",
"fetch",
"api",
"Server",
"firebase",
"token"
],
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.12.13",
"dotenv": "^16.4.5",
"rollup": "^4.18.0",
"tslib": "^2.6.2"
}
}