{
  "name": "@peruvianidol/fizz",
  "version": "0.165.0",
  "description": "Documentation and CSS framework for Fizz, Provi's design system",
  "main": ".eleventy.js",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "docs/css/**/*.css",
    "src/scss/**/*.scss"
  ],
  "scripts": {
    "watch:sass": "sass --no-source-map --watch src/scss:docs/css",
    "build:sass": "sass --no-source-map src/scss:docs/css",
    "watch:eleventy": "eleventy --serve",
    "build:eleventy": "eleventy",
    "start": "npm-run-all build:sass --parallel watch:*",
    "build": "npm-run-all build:*",
    "debug": "DEBUG=Eleventy* npx @11ty/eleventy --watch"
  },
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "git://github.com/Provi-Engineering/fizz.git"
  },
  "author": {
    "name": "Mike Aparicio",
    "email": "mike.aparicio@provi.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Provi-Engineering/fizz/issues"
  },
  "homepage": "https://github.com/Provi-Engineering/fizz#readme",
  "devDependencies": {
    "@11ty/eleventy": "^0.12.1",
    "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
    "autoprefixer": "^10.2.4",
    "cssnano": "^4.1.10",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.2.6",
    "postcss-cli": "^8.3.1",
    "sass": "^1.26.10",
    "svg-sprite": "^1.5.0"
  }
}
