{
  "name": "@nimiq/style",
  "version": "0.8.5",
  "description": "The Nimiq style framework.",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nimiq/nimiq-style.git"
  },
  "main": "nimiq-style.min.css",
  "author": "Nimiq Network Ltd.",
  "license": "MIT",
  "files": [
    "nimiq-style.min.css",
    "nimiq-style.icons.svg",
    "src/icons"
  ],
  "scripts": {
    "build:css": "cleancss -o nimiq-style.min.css src/main.css",
    "build:svg": "svgstore -o nimiq-style.icons.svg --prefix nq- src/icons/*.svg",
    "build": "yarn build:css && yarn build:svg"
  },
  "devDependencies": {
    "clean-css-cli": "^4.2.1",
    "svgstore-cli": "^1.3.1"
  },
  "bugs": {
    "url": "https://github.com/nimiq/nimiq-style/issues"
  },
  "homepage": "https://github.com/nimiq/nimiq-style#readme",
  "keywords": [
    "nimiq",
    "style"
  ]
}
