{
  "name": "@propellerads/icon",
  "version": "5.3.0",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "i.pasyuk@propellerads.net",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "prepublishOnly": "tsdx build",
    "start": "tsdx watch",
    "build": "tsdx build"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": "^16.13.1",
    "styled-components": "^5.1.1",
    "@types/react": "^16.9.46",
    "@types/react-dom": "^16.9.8",
    "@types/styled-components": "^5.1.2"
  },
  "module": "dist/icon.esm.js",
  "devDependencies": {
    "tsdx": "^0.13.2",
    "tslib": "^2.0.1",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@propellerads/stylevariables": "^1.3.0"
  }
}
