{
  "name": "sass-magics",
  "version": "1.1.2",
  "description": "Sass magic helper. It extends the Sass built-in modules and provides useful mixins and functions that make your Sass writing more magical and elegant.",
  "main": "_index.scss",
  "files": [
    "core",
    "mixins",
    "functions",
    "_index.scss"
  ],
  "scripts": {
    "test": "jest",
    "watch": "jest --watch",
    "dev": "sass -w"
  },
  "keywords": [
    "sass",
    "scss",
    "sass-magic",
    "sass-mixins",
    "sass-functions",
    "sass-utils",
    "sass-helpers",
    "sass-modules"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "homepage": "https://github.com/Meqn/sass-magics",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Meqn/sass-magics.git"
  },
  "author": "Mervin <mengqing723@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Meqn/sass-magics/issues"
  },
  "devDependencies": {
    "glob": "^10.3.10",
    "jest": "^29.7.0",
    "sass": "^1.69.5",
    "sass-magics": "latest",
    "sass-true": "^8.1.0"
  }
}
