@itokun99/http
Version:
Fetch util for better fetching api
51 lines (50 loc) • 1.1 kB
JSON
{
"name": "@itokun99/http",
"version": "1.0.1",
"description": "Fetch util for better fetching api",
"homepage": "http://github.com/itokun99/http",
"author": {
"name": "Indrawan Lisanto",
"url": "https://github.com/itokun99"
},
"repository": {
"url": "https://github.com/itokun99/http",
"type": "git"
},
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"react",
"react-native",
"javascript",
"fetching",
"fetch",
"xhr",
"api-tools"
],
"license": "MIT",
"scripts": {
"dev": "vite --config vite.config.ts --port 3000",
"build": "vite build --config vite.config.ts"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"path": "^0.12.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.4",
"url": "^0.11.4",
"vite": "^5.4.3",
"vite-plugin-dts": "^3.9.1"
}
}