{
  "name": "gel-grid",
  "version": "7.1.4",
  "description": "A flexible code implementation of the GEL Grid",
  "main": "_grid.scss",
  "scripts": {
    "build": "npm run build:compressed && npm run build:expanded",
    "build:compressed": "sass --load-path=node_modules/ --style=compressed --no-source-map src/gel-grid.scss dist/gel-grid.min.css",
    "build:expanded": "sass --load-path=node_modules/ --style=expanded --no-source-map src/gel-grid.scss dist/gel-grid.css",
    "prettier": "prettier . '!**/*.md' '!bookmarklets/*.js' '!**/*.min.*' --write",
    "test": "npm run prettier && npm run vitest",
    "vitest": "vitest run"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bbc/gel-grid.git"
  },
  "keywords": [
    "bbc",
    "gel",
    "grid"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "test",
    "tests",
    "dist",
    "bookmarklets"
  ],
  "author": "BBC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bbc/gel-grid/issues"
  },
  "homepage": "https://github.com/bbc/gel-grid",
  "dependencies": {
    "gel-sass-tools": "4.1.4",
    "sass-mq": "7.0.0"
  },
  "devDependencies": {
    "jsdom": "29.0.2",
    "prettier": "3.8.1",
    "sass": "1.99.0",
    "vitest": "4.0.18"
  }
}
