{
  "name": "tammy-mock",
  "version": "1.0.4",
  "description": "mock data for tammy and axios.",
  "main": "./common.js",
  "module": "./esm.js",
  "unpkg": "./umd.js",
  "jsdelivr": "./umd.js",
  "scripts": {
    "test": "jest --detectOpenHandles --config jest.config.js",
    "build": "node ./scripts/build.js"
  },
  "keywords": [
    "tammy",
    "mock",
    "axios"
  ],
  "author": "Jesse Feng",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fengxinming/tammy.git"
  },
  "bugs": {
    "url": "https://github.com/fengxinming/tammy/issues"
  },
  "homepage": "https://github.com/fengxinming/tammy#readme",
  "dependencies": {
    "celia": "^6.1.4",
    "mime": "^2.4.4",
    "path-to-regexp": "^3.1.0",
    "qs-like": "^1.0.0",
    "statuses": "^1.5.0"
  }
}
