{
  "name": "@arz.digital/icons",
  "version": "0.43.1",
  "description": "arz.digital UI Icons",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --declaration -p .",
    "develop": "tsc -p . -w",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "react": "^16.13.1",
    "styled-components": "^4.4.1"
  },
  "devDependencies": {
    "@types/react": "^16.9.34",
    "prop-types": "^15.7.2",
    "typescript": "3.8.3"
  },
  "gitHead": "bb672402f88886d538f919e6490c658081713249"
}
