UNPKG

@felix_berlin/sass-butler

Version:

A collection of useful SCSS/SASS: mixins, functions and helpers.

108 lines (107 loc) 2.94 kB
{ "version": "3.1.0", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.", "homepage": "https://sass-butler.kasimir.dev", "repository": { "type": "git", "url": "https://github.com/felix-berlin/sass-butler" }, "bugs": { "url": "https://github.com/felix-berlin/sass-butler/issues" }, "author": { "name": "Felix Scholze", "email": "felix@webshaped.de", "url": "https://webshaped.de" }, "contributors": [ { "name": "Felix Scholze", "email": "felix@webshaped.de", "url": "https://webshaped.de" }, { "name": "Sven George", "url": "https://github.com/red-freak" } ], "funding": [ { "type": "GitHub Sponsors", "url": "https://github.com/sponsors/felix-berlin" }, { "type": "Ko-fi", "url": "https://ko-fi.com/felixberlin" }, { "type": "PayPal", "url": "https://paypal.me/FelixScholze" }, { "type": "Buy me a coffee", "url": "https://www.buymeacoffee.com/felixberlin" } ], "engines": { "node": ">=12" }, "scripts": { "sassDoc": "sassdoc -v mixins/ functions/", "lint": "stylelint \"**/*.{sass,scss}\"", "lint:fix": "stylelint \"**/*.{sass,scss}\" --fix", "test": "jest", "test:watch": "jest --watch", "test:output": "sass tests/tests.scss:tests/dist/tests.css", "test:output-watch": "sass --watch tests/tests.scss:tests/dist/tests.css", "release": "semantic-release --branches master" }, "keywords": [ "scss", "sass", "sass collection", "sass mixins", "sass functions", "sass helpers", "sass utilities", "sass map collect function", "sass random number function", "sass type checking functions", "sass px to rem function", "sass breakpoint function", "sass str starts with function", "sass str ends with function", "sass str contains function", "sass str replace function", "sass escape svg function", "sass strip unit function", "sass number invert function" ], "packageManager": "pnpm@9.15.0", "devDependencies": { "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "^19.6.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "glob": "^11.0.0", "husky": "^9.1.7", "jest": "^29.7.0", "postcss": "^8.4.49", "postcss-scss": "^4.0.9", "sass": "^1.83.0", "sass-true": "^8.1.0", "sassdoc": "^2.7.4", "semantic-release": "^24.2.0", "stylelint": "^16.11.0", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-config-standard": "^36.0.1", "stylelint-config-standard-scss": "^14.0.0", "stylelint-declaration-block-no-ignored-properties": "^2.8.0", "stylelint-order": "^6.0.4" }, "peerDependencies": { "sass": ">=1.79.0" } }