{
  "version": "1.0.0",
  "author": "Community for NL Design System",
  "description": "RVO assets",
  "license": "SEE LICENSE IN LICENSE.md",
  "name": "@nl-rvo/assets",
  "main": "index.css",
  "keywords": [
    "nl-design-system",
    "nl-rvo"
  ],
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "fonts/",
    "icons/",
    "images/"
  ],
  "repository": {
    "type": "git+ssh",
    "url": "git@github.com:nl-design-system/rvo.git"
  },
  "devDependencies": {
    "sass": "^1.69.7"
  },
  "scripts": {
    "generate": "node generate.js"
  }
}