{
  "name": "@nrk/core-css",
  "homepage": "https://static.nrk.no/core-css/latest/",
  "description": "Core CSS layer for web services.",
  "author": "NRK <opensource@nrk.no> (https://www.nrk.no/)",
  "version": "1.14.6",
  "license": "MIT",
  "scripts": {
    "build": "rollup --config",
    "publish:patch": "npm version patch -m 'Release patch %s'",
    "publish:minor": "npm version minor -m 'Release minor %s'",
    "publish:major": "npm version major -m 'Release major %s'",
    "postversion": "npm run build && git push && git push --tags && npm publish",
    "start": "rollup --config --watch",
    "static-publish": "npm run build && static-publish --directory=lib --latest --major --account=nrk-core"
  },
  "files": [
    "/core-css*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nrkno/core-css.git"
  },
  "devDependencies": {
    "autoprefixer": "^9.7.3",
    "postcss": "^7.0.23",
    "postcss-classes-to-mixins": "^2.0.1",
    "postcss-header": "^1.0.0",
    "rollup": "^1.27.8",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-serve": "^1.0.1",
    "standard": "^14.3.1"
  },
  "dependencies": {},
  "browserslist": [
    "last 1 version",
    "> .1%",
    "ie 9-11"
  ]
}
