{
  "name": "@fehub/ajax",
  "version": "0.1.8",
  "description": "ajax",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "scripts": {
    "build": "vite build"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.4.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ]
}
