{
  "name": "rexhr",
  "version": "0.0.15",
  "main": "dist/index.js",
  "author": "Federico Ghedina <fedeghe@gmail.com>",
  "description": "another client ajax library",
  "keywords": [
    "ajax",
    "ajax client",
    "xhr"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://fedeghe@github.com/fedeghe/rexhr.git"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "jest-dom": "^4.0.0",
    "jest-environment-jsdom": "^29.7.0",
    "malta": "^4.1.43",
    "malta-header-comment": "^1.0.12",
    "malta-js-uglify": "^1.0.13",
    "malta-restify": "^1.1.13"
  },
  "scripts": {
    "start": "malta source/startRest.json",
    "build": "malta source/build.json",
    "test": "jest --config ./jest.config.js --verbose $PWD/source/tests",
    "watch": "jest --config ./jest.config.js --watch $PWD/source/tests --coverageReporters='text-summary'",
    "cover": "jest --config ./jest.config.js --coverage $PWD/source/tests"
  }
}
