{
  "name": "@servicensw/notice",
  "version": "3.0.7",
  "description": "Notices",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/previousnext/snsw-styleguide"
  },
  "homepage": "https://github.com/previousnext/snsw-styleguide/tree/2.x/packages/notice#readme",
  "author": "PreviousNext <info@previousnext.com.au>",
  "license": "MIT",
  "style": "src/notice.css",
  "files": [
    "dist/*",
    "src/*",
    "index.scss"
  ],
  "eyeglass": {
    "name": "servicensw-notice",
    "sassDir": "./",
    "needs": "*",
    "exports": false
  },
  "scripts": {
    "build:css": "NODE_ENV=production postcss src/notice.css --dir dist --config ../../postcss.config.js",
    "clean": "rm -rf ./dist",
    "prepare": "npm run clean && npm run build:css"
  },
  "devDependencies": {
    "@servicensw/browserslist-config": "^1.0.7",
    "npm-run-all": "^4.1.5",
    "postcss-cli": "^9.1.0",
    "rollup": "^1.32.1"
  },
  "dependencies": {
    "@servicensw/base": "^3.1.3",
    "@servicensw/constants": "^4.1.2",
    "md5": "2.2.1"
  },
  "browserslist": [
    "extends @servicensw/browserslist-config"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a95d5760ac3b3c68a81eb891654e54910e08ee4d"
}
