{
  "name": "@comicrelief/pattern-lab",
  "version": "7.67.1",
  "license": "GPL-3.0",
  "description": "The centralised hub for Comic Relief's general and campaign pattern lab",
  "scripts": {
    "watch": "grunt watchAndServe",
    "build": "grunt build",
    "build-base": "grunt build:base",
    "build-cr17": "grunt build:cr17",
    "build-cr19": "grunt build:cr19",
    "build-donate": "grunt build:donate",
    "build-frost": "grunt build:frost",
    "build-payin": "grunt build:payin",
    "build-rnd17": "grunt build:rnd17",
    "build-sr18": "grunt build:sr18",
    "build-shop18": "grunt build:shop18",
    "build-netlify": "yarn cache clean; grunt build",
    "dev-server": "grunt connect",
    "commit": "git-cz",
    "backstop-test": "backstop test",
    "backstop-reference": "backstop reference",
    "backstop-test-local": "grunt build && grunt clean && npm run backstop-reference && npm run backstop-test",
    "test": "echo 'No unit tests. Please see readme for backstop instructions if running this manually.'",
    "snyk-protect": "snyk protect",
    "prepublish": "npm run snyk-protect"
  },
  "dependencies": {
    "event-stream": "3.3.4",
    "grunt-contrib-copy": "^1.0.0",
    "susy": "^2.2.12",
    "underscore.string": "3.3.5"
  },
  "devDependencies": {
    "autoprefixer": "^7.1.1",
    "backstopjs": "^3.0.18",
    "browserslist": "^2.1.4",
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.0.0",
    "grunt": "1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-imagemin": "^2.0.1",
    "grunt-contrib-uglify": "^3.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-kss": "5.0.1",
    "grunt-modernizr": "1.0.3",
    "grunt-postcss": "^0.8.0",
    "grunt-sass": "^2.0.0",
    "grunt-sass-globbing": "^1.5.1",
    "grunt-sass-tilde-importer": "^1.0.2",
    "grunt-svgmin": "^4.0.0",
    "lightcase": "^2.4.0",
    "npm-link-local": "^1.1.0",
    "semantic-release": "17.1.1",
    "snyk": "^1.36.2"
  },
  "resolutions": {
    "customizr": "1.2.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/comicrelief/pattern-lab.git"
  },
  "keywords": [
    "patternlab",
    "styleguide",
    "comicrelief",
    "rednoseday",
    "sportrelief"
  ],
  "author": "Comic Relief",
  "bugs": {
    "url": "https://github.com/comicrelief/pattern-lab/issues"
  },
  "homepage": "https://github.com/comicrelief/pattern-lab#readme",
  "engines": {
    "node": ">=10",
    "npm": ">=4"
  },
  "release": {
    "branches": [
      "master"
    ],
    "debug": false
  },
  "czConfig": {
    "path": "node_modules/cz-conventional-changelog"
  },
  "browserslist": [
    "> 1%",
    "last 3 versions"
  ],
  "snyk": true
}
