{
  "name": "tammy-plugin-xsrf",
  "version": "1.0.1",
  "description": "A tammy plugin for xsrf.",
  "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"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fengxinming/tammy.git"
  },
  "keywords": [
    "tammy",
    "xsrf",
    "axios"
  ],
  "author": "Jesse Feng",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fengxinming/tammy/issues"
  },
  "homepage": "https://github.com/fengxinming/tammy#readme"
}
