{
  "name": "@ds-autonomie/assets",
  "version": "1.4.13",
  "author": "CNSA",
  "license": "MIT",
  "type": "module",
  "files": [
    "README",
    "css",
    "js",
    "fonts",
    "icons",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "repository": {
    "directory": "packages/assets",
    "type": "git",
    "url": "https://github.com/cnsa-fr/design-system.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@material-design-icons/svg": "0.14.15",
    "fast-glob": "3.3.3"
  },
  "devDependencies": {
    "style-dictionary": "5.1.1",
    "svgo": "4.0.1",
    "@ds-autonomie/eslint-config": "2.1.1"
  },
  "scripts": {
    "build": "node ./scripts/build.js"
  }
}