{
  "name": "@aizazjamil/scss-starter-kit",
  "version": "1.0.2",
  "description": "A modular, reusable, and scalable SCSS starter kit to speed up your front-end development.  \r This starter kit has variables, mixins, functions, placeholders, base styles, components, helpers, and themes organized so that you can easily reuse them in every project.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "watch:sass": "sass --watch sass/main.scss:css/main.css"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AizazJamil/scss-starter-kit.git"
  },
  "files": [
    "sass/",
    "js/",
    "css/"
  ],
  "keywords": [
    "scss",
    "sass",
    "scss-starter-kit",
    "sass-starter",
    "scss boilerplate",
    "frontend",
    "starter-kit",
    "scss architecture",
    "modular scss",
    "scss components",
    "responsive design",
    "css utilities",
    "aizaz jamil"
  ],
  "author": "Aizaz Jamil",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/AizazJamil/scss-starter-kit/issues"
  },
  "homepage": "https://github.com/AizazJamil/scss-starter-kit#readme",
  "devDependencies": {
    "sass": "^1.89.2",
    "vite": "^6.3.5"
  }
}
