{
  "name": "@github1/ajax-service",
  "private": false,
  "version": "0.4.65",
  "description": "Library for invoking HTTP requests for JSON and AMF media types",
  "main": "es5/index.js",
  "scripts": {
    "test": "build-tools test --webpack-dev-server false --use-server",
    "test:watch": "npm run test -- --watch --webpack-dev-server false",
    "test:cover": "npm run test -- --coverage",
    "build": "build-tools-build-lib",
    "prepublishOnly": "npm run build"
  },
  "keywords": [],
  "author": "",
  "license": "",
  "devDependencies": {
    "@github1/build-tools": "^0.4.65"
  },
  "dependencies": {
    "@github1/amfjs": "1.0.3",
    "cross-fetch": "3.1.4",
    "exponential-backoff": "2.1.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "es5/index.d.ts"
}
