{
  "name": "@ping-00/xhr-utilities",
  "version": "1.0.2",
  "description": "",
  "main": "dist/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "./node_modules/.bin/karma start",
    "build": "node ./node_modules/.bin/tsc",
    "build-www": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ping-00/XHRUtilities.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ping-00/XHRUtilities/issues"
  },
  "homepage": "https://github.com/ping-00/XHRUtilities#readme",
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/mocha": "^8.0.1",
    "@types/node": "^14.0.27",
    "karma": "^5.1.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "karma-webpack": "^4.0.2",
    "mocha": "^8.1.1",
    "ts-loader": "^8.0.2",
    "typescript": "^3.9.7",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12"
  },
  "dependencies": {}
}
