{
  "name": "swap-case",
  "version": "3.0.3",
  "description": "Transform a string by swapping every character from upper to lower case, or lower to upper case",
  "keywords": [
    "swap",
    "case",
    "invert",
    "convert",
    "transform",
    "lower",
    "upper"
  ],
  "homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/swap-case#readme",
  "bugs": {
    "url": "https://github.com/blakeembrey/change-case/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/blakeembrey/change-case.git"
  },
  "license": "MIT",
  "author": {
    "name": "Blake Embrey",
    "email": "hello@blakeembrey.com",
    "url": "http://blakeembrey.me"
  },
  "type": "module",
  "exports": {
    ".": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "bench": "vitest bench",
    "build": "ts-scripts build",
    "format": "ts-scripts format",
    "prepublishOnly": "npm run build",
    "specs": "ts-scripts specs",
    "test": "ts-scripts test"
  },
  "publishConfig": {
    "access": "public"
  }
}
