{
  "name": "@inventare/icons",
  "version": "0.0.8",
  "license": "MIT",
  "author": "Eduardo Oliveira <eduardo_y05@outlook.com>",
  "homepage": "https://github.com/inventare/design-system",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf dist && mkdir -p dist && fantasticon"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inventare/design-system.git"
  },
  "devDependencies": {
    "fantasticon": "3.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}