{
  "name": "@githubocto/tailwind-vscode",
  "version": "1.0.5",
  "description": "Defines Tailwind color classes for VS Code extension colors",
  "main": "index.js",
  "author": "Idan Gazit <idan@gazit.me>",
  "license": "MIT",
  "peerDependencies": {
    "tailwindcss": "2.0.0-alpha.24 || ^2.0.0 || ^3.0.0"
  },
  "devDependencies": {
    "prettier": "^2.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/githubocto/tailwind-vscode.git"
  },
  "bugs": {
    "url": "https://github.com/githubocto/tailwind-vscode/issues"
  },
  "homepage": "https://github.com/githubocto/tailwind-vscode#readme"
}
