{
  "name": "classnames-es-ts",
  "version": "2.2.7",
  "description": "A simple utility for conditionally joining classNames together. Supporting ES module exports and TypeScript.",
  "main": "index.js",
  "author": "Jed Watson",
  "license": "MIT",
  "jsnext:main": "es.js",
  "module": "es.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/JedWatson/classnames.git"
  },
  "keywords": [
    "react",
    "css",
    "classes",
    "classname",
    "classnames",
    "util",
    "utility"
  ]
}
