{
  "name": "@outclass/tailwind-transform",
  "version": "0.1.2",
  "description": "Command Line tool to Add a prefix of tw- to all tailwind classes to avoid conflicts with other frameworks ",
  "main": "index.js",
  "contributors": [
    "Gigin Chandy George <mail.gigin@gmail.com>"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "twt": "./index.js"
  },
  "author": "gigincg",
  "homepage": "https://github.com/outclass-in/tailwind-transform",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/outclass-in/tailwind-transform"
  }
}
