{
  "name": "@vrembem/base",
  "description": "Includes useful default styles and base modules for common HTML elements.",
  "version": "3.0.22",
  "license": "MIT",
  "keywords": [
    "BEM",
    "front-end",
    "component",
    "base"
  ],
  "sass": "index.scss",
  "style": "dist/styles.css",
  "scripts": {
    "build": "npm-run-all clean styles",
    "clean": "del dev && del dist",
    "styles": "npm-run-all styles:dev styles:dist",
    "styles:dev": "sass index.scss dev/styles.css --load-path=../../node_modules",
    "styles:dist": "sass index.scss dist/styles.css --load-path=../../node_modules --style=compressed",
    "watch": "npm run watch:styles",
    "watch:styles": "nodemon -e scss -x 'npm run styles'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sebnitu/vrembem.git",
    "directory": "packages/base"
  },
  "homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/base#readme",
  "dependencies": {
    "@vrembem/core": "^3.0.22"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "1e556e4a47102c29038d4a26cfc892fb9c42fded"
}
