{
  "name": "minimalist-notation",
  "version": "1.11.19",
  "description": "Minimalist Notation",
  "main": "./index.js",
  "bin": {
    "mn": "./cli/index.js"
  },
  "keywords": [
    "MN",
    "CSS",
    "preprocessor",
    "CSS preprocessor",
    "MN preprocessor",
    "cli",
    "MN cli",
    "loader",
    "webpack",
    "MN webpack loader",
    "runtime",
    "MN runtime",
    "build",
    "MN build",
    "parser",
    "MN parser",
    "minimalist",
    "notation",
    "minimalist notation",
    "atomic",
    "functional",
    "Atomic CSS",
    "Functional CSS",
    "inline styles 2.0",
    "autoprefixes",
    "minify",
    "minifier",
    "optimise",
    "optimiser",
    "optimisation",
    "CSS zero",
    "style",
    "sheet",
    "stylesheet",
    "components",
    "framework",
    "responsive",
    "adaptive",
    "media query",
    "priority",
    "selectors"
  ],
  "author": {
    "name": "Amir Absalyamov",
    "email": "mr.amirka@ya.ru",
    "url": "https://github.com/mr-amirka"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mr-amirka/minimalist-notation.git"
  },
  "license": "MIT",
  "scripts": {
    "docs": "typedoc --options ./typedoc-config.js",
    "lint": "eslint **/*.js*",
    "test": "jest . --notify --config=./jest.config.js",
    "validate": "npm run eslint && npm run test"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^2.7.0",
    "@typescript-eslint/parser": "^2.7.0",
    "eslint": "^6.6.0",
    "eslint-config-google": "^0.14.0",
    "jest": "^24.9.0"
  },
  "dependencies": {
    "loader-utils": "1.2.3",
    "commander": "^2.18.0",
    "through2": "4.0.2",
    "node-watch": "0.5.8",
    "mn-utils": "^0.0.251"
  }
}
