gel-sass-tools
Version:
A collection of Sass Settings & Tools which align to key GEL values
51 lines (50 loc) • 1.08 kB
JSON
{
"name": "gel-sass-tools",
"version": "4.1.6",
"description": "A collection of Sass Settings & Tools which align to key GEL values",
"main": "_sass-tools.scss",
"scripts": {
"build": "echo \"Error: no build step required\" && exit 1",
"prettier": "prettier . '!**/*.md' --write",
"test": "npm run prettier && npm run vitest",
"vitest": "vitest run"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/bbc/gel-sass-tools.git"
},
"keywords": [
"settings",
"sass",
"gel",
"bbc",
"responsive",
"global",
"experience",
"language"
],
"ignore": [
"**/.*",
"node_modules",
"../",
"test",
"tests"
],
"author": "BBC",
"license": "MIT",
"bugs": {
"url": "https://github.com/bbc/gel-sass-tools/issues"
},
"homepage": "https://github.com/bbc/gel-sass-tools",
"dependencies": {
"picomatch": "4.0.4",
"sass-mq": "7.0.0"
},
"devDependencies": {
"jsdom": "29.1.1",
"prettier": "3.8.3",
"sass": "1.99.0",
"vitest": "4.1.5"
}
}