{
  "name": "@datapunt/asc-assets",
  "description": "Contains icons and fonts",
  "license": "MPL-2.0",
  "author": "Datapunt Amsterdam",
  "homepage": "https://github.com/Amsterdam/amsterdam-styled-components/tree/master/packages/asc-assets#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/Amsterdam/amsterdam-styled-components.git",
    "directory": "packages/asc-assets"
  },
  "bugs": {
    "url": "https://github.com/Amsterdam/amsterdam-styled-components/issues"
  },
  "version": "0.24.4",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "es",
    "lib",
    "static"
  ],
  "scripts": {
    "build": "yarn build:optimize-svg && yarn build:react-icons",
    "build:optimize-svg": "svgo --config=.svgo.yml -f static/icons",
    "build:react-icons": "svgr -d src/icons static/icons --template src/utils/generateIconReact.js --svg-props focusable={false} --ext tsx"
  },
  "sideEffects": false,
  "devDependencies": {
    "@svgr/cli": "^5.4.0",
    "@svgr/core": "^5.4.0",
    "svgo": "^1.3.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "8317901e3f869aa07d02a3f5e0c7e72ad69757a4"
}
