{
  "name": "@schedule-x/theme-shadcn",
  "version": "4.6.0",
  "license": "MIT",
  "author": {
    "name": "Tom Österlund",
    "email": "tom@schedule-x.dev",
    "url": "https://github.com/tomosterlund"
  },
  "scripts": {
    "build": "sass --no-source-map src/index.scss dist/index.css",
    "lint:fix": "npx stylelint \"**/*.scss\" --fix --formatter compact"
  },
  "exports": {
    ".": "./dist/index.css",
    "./dist/index.css": "./dist/index.css"
  },
  "files": [
    "dist"
  ],
  "gitHead": "6d7a5292edaf76d9f1becf56ca4fae9aa36747db",
  "repository": {
    "type": "git",
    "url": "https://github.com/schedule-x/schedule-x",
    "directory": "packages/theme-shadcn"
  },
  "homepage": "https://schedule-x.dev"
}
