{
  "name": "asturur-noto-emoji",
  "version": "6.1.0",
  "apiVersion": "v1",
  "repository": {
    "type": "git",
    "url": "https://github.com/googlei18n/noto-emoji"
  },
  "license": "Apache 2.0",
  "description": "pngs and svgs from google noto-emoji repository packaged for including in project with npm",
  "files": [
    "png/",
    "svg/",
    "third_party/region-flags/svg/"
  ],
  "scripts": {
    "svgo": "svgo  -f ./svg --config='{ \"plugins\": [ { \"addAttributesToSVGElement\": { \"attributes\": [\"width=\\\"512px\\\"\", \"height=\\\"512px\\\"\"] } } ], \"pretty\": true }'",
    "svgo-flags": "svgo  -f ./third_party/region-flags/svg --config='{ \"pretty\": true }'"
  },
  "devDependencies": {
    "svgo": "^1.0.5"
  }
}
