{
  "name": "@vrembem/core",
  "description": "The core variables, functions and mixins for Vrembem components.",
  "version": "3.0.22",
  "license": "MIT",
  "keywords": [
    "BEM",
    "front-end",
    "component",
    "core"
  ],
  "source": "index.js",
  "main": "dist/scripts.js",
  "module": "dist/scripts.esm.js",
  "unpkg": "dist/scripts.umd.js",
  "sass": "index.scss",
  "style": "dist/styles.css",
  "files": [
    "dev",
    "dist",
    "src",
    "index.js",
    "index.scss",
    "root.scss"
  ],
  "scripts": {
    "build": "npm-run-all clean scripts root",
    "clean": "del dev && del dist",
    "scripts": "npm-run-all scripts:dev scripts:dist",
    "scripts:dev": "npm run scripts:dist -- --output=dev/scripts.js --no-compress",
    "scripts:dist": "microbundle --name=vrembem.core",
    "root": "npm-run-all root:dev root:dist",
    "root:dev": "sass src/scss/root:dev --load-path=../../node_modules",
    "root:dist": "sass src/scss/root:dist --load-path=../../node_modules --style=compressed",
    "watch": "concurrently --kill-others 'npm run watch:scripts' 'npm run watch:root'",
    "watch:scripts": "nodemon -e js -x 'npm run scripts' -i dev -i dist",
    "watch:root": "nodemon -e scss -x 'npm run root'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sebnitu/vrembem.git",
    "directory": "packages/core"
  },
  "homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/core#readme",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "1e556e4a47102c29038d4a26cfc892fb9c42fded"
}
