{
  "name": "@minvws/manon-themes",
  "version": "18.5.0",
  "type": "module",
  "license": "EUPL-1.2",
  "files": [
    "**/*.css",
    "**/*.scss",
    "**/*.ico",
    "**/*.png",
    "**/*.svg",
    "**/*.eot",
    "**/*.ttf",
    "**/*.woff",
    "**/*.woff2",
    "**/*.license",
    "LICENSES",
    "REUSE.toml",
    "README.md"
  ],
  "peerDependencies": {
    "@minvws/manon": "18.5.0"
  },
  "devDependencies": {
    "glob": "^13.0.6",
    "sass": "^1.99.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/minvws/nl-rdo-manon.git",
    "directory": "themes"
  },
  "scripts": {
    "npm-version": "npm version",
    "build:themes": "node ./scripts/build-themes.js"
  }
}