{
  "name": "tailwindcss-directional-shadows",
  "version": "0.1.13",
  "description": "Extend TailwindCSS to support directional shadows",
  "type": "module",
  "source": "index.ts",
  "exports": {
    "types": "./dist/types/index.d.ts",
    "require": "./dist/index.cjs",
    "default": "./dist/index.modern.js"
  },
  "types": "dist/types/index.d.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "microbundle",
    "dev": "microbundle watch"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brandonmcconnell/tailwindcss-directional-shadows.git"
  },
  "keywords": [
    "tailwind",
    "plugin",
    "direction",
    "directional",
    "shadows",
    "functions"
  ],
  "author": "Brandon McConnell",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brandonmcconnell/tailwindcss-directional-shadows/issues"
  },
  "homepage": "https://github.com/brandonmcconnell/tailwindcss-directional-shadows#readme",
  "devDependencies": {
    "@types/node": "^20.4.1",
    "@types/tailwindcss": "^3.1.0",
    "@typescript-eslint/eslint-plugin": "^5.59.8",
    "@typescript-eslint/parser": "^5.59.8",
    "eslint": "^8.41.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^5.0.0-alpha.1",
    "microbundle": "^0.15.1",
    "npm-run-all": "^4.1.5",
    "tailwindcss": "^3.4.3",
    "typescript": "^5.1.6"
  }
}
