{
  "name": "@servicensw/base",
  "version": "3.1.3",
  "description": "Base styles and variables",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/previousnext/snsw-styleguide"
  },
  "homepage": "https://github.com/previousnext/snsw-styleguide/tree/2.x/packages/base#readme",
  "author": "PreviousNext <info@previousnext.com.au>",
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "src/index.js",
  "exports": {
    "./css": "./dist/base.css",
    ".": {
      "import": "./src/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "style": "src/base.css",
  "files": [
    "dist/*",
    "src/*"
  ],
  "eyeglass": {
    "name": "servicensw-base",
    "sassDir": "./",
    "needs": "*",
    "exports": false
  },
  "scripts": {
    "build:css": "NODE_ENV=production postcss src/base.css --dir dist --config ../../postcss.config.js",
    "build:js": "NODE_ENV=production rollup src/index.js --format cjs --o dist/index.cjs --config ../../rollup.config.js --silent && NODE_ENV=production ./node_modules/.bin/rollup src/base.es6.js --o dist/base.js --f iife --name SNSW --config ../../rollup.config.js --silent",
    "clean": "rm -rf ./dist",
    "prepare": "npm run clean && npm run build:css && npm run build:js"
  },
  "browserslist": [
    "extends @servicensw/browserslist-config"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@servicensw/browserslist-config": "^1.0.7",
    "npm-run-all": "^4.1.5",
    "postcss-cli": "^9.1.0",
    "rollup": "^1.32.1"
  },
  "dependencies": {
    "@servicensw/constants": "^4.1.2",
    "focus-visible": "^4.1.4",
    "normalize.css": "^8.0.1",
    "throttle-debounce": "^2.1.0"
  },
  "sideEffects": [
    "*.css",
    "*.js"
  ],
  "gitHead": "a95d5760ac3b3c68a81eb891654e54910e08ee4d"
}
