{
  "name": "tammy",
  "version": "1.1.4",
  "description": "A progressive HTTP client for the browser and node.js.",
  "main": "./common.js",
  "module": "./esm.js",
  "unpkg": "./umd.js",
  "jsdelivr": "./umd.js",
  "scripts": {
    "build": "node ./scripts/build.js",
    "test": "jest --detectOpenHandles --config jest.config.js",
    "dev": "NODE_ENV=development node ./scripts/watch.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fengxinming/tammy.git"
  },
  "keywords": [
    "xhr",
    "XMLHttpRequest",
    "ajax",
    "fetch",
    "axios",
    "http",
    "promise",
    "node"
  ],
  "author": "Jesse Feng",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fengxinming/tammy/issues"
  },
  "homepage": "https://github.com/fengxinming/tammy#readme",
  "dependencies": {
    "celia": "^6.1.4",
    "qs-like": "^1.0.0"
  }
}
