{
  "name": "@brandup/ui-ajax",
  "description": "Basic AJAX framework.",
  "keywords": [
    "brandup",
    "typescript",
    "ui",
    "ajax"
  ],
  "author": {
    "name": "Dmitry Kovyazin",
    "email": "it@brandup.online"
  },
  "homepage": "https://github.com/brandup-online/brandup-ui/npm/brandup-ui-ajax",
  "repository": {
    "type": "git",
    "url": "https://github.com/brandup-online/brandup-ui.git"
  },
  "bugs": {
    "url": "https://github.com/brandup-online/brandup-ui/issues",
    "email": "it@brandup.online"
  },
  "license": "Apache-2.0",
  "version": "1.0.42",
  "main": "dist/cjs/index.js",
  "module": "dist/mjs/index.js",
  "types": "dist/types.d.ts",
  "files": [
    "dist",
    "README.md"
  ]
}