{
  "name": "simplybusiness-icons",
  "license": "UNLICENSED",
  "version": "1.3.0",
  "description": "Library of Simply Business icons",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/simplybusiness/icons.git"
  },
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build": "rollup -c",
    "check-types": "tsc --noEmit --pretty",
    "ci:storybook:deploy": "yarn storybook:build && yarn storybook:deploy",
    "clean-dist": "rm -rf dist",
    "lint": "eslint --ext .tsx,.ts,.js,.jsx,.mjs .",
    "prepack": "yarn run build",
    "release": "np --no-publish",
    "storybook": "yarn clean-dist && start-storybook",
    "storybook:build": "cross-env NODE_ENV=production build-storybook -s .storybook/assets -c .storybook -o storybook_docs",
    "storybook:deploy": "serverless client deploy --aws-s3-accelerate",
    "test": "jest --passWithNoTests"
  },
  "sideEffects": false,
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.2.5",
    "@storybook/addon-a11y": "^6.3.8",
    "@storybook/addon-backgrounds": "^6.3.8",
    "@storybook/addon-docs": "^6.3.8",
    "@storybook/addon-viewport": "^6.3.8",
    "@storybook/react": "^6.3.8",
    "@typescript-eslint/eslint-plugin": "^4.32.0",
    "@typescript-eslint/parser": "^4.32.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.32.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.26.0",
    "eslint-plugin-react-hooks": "^4.0.8",
    "jest": "^27.2.3",
    "np": "^7.5.0",
    "prettier": "^2.4.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup": "^2.57.0",
    "serverless": "^2.60.0",
    "serverless-finch": "^2.6.0",
    "tslib": "^2.3.1",
    "typescript": "^4.4.3"
  },
  "peerDependencies": {
    "react": "^16.13.1 || ^17.0.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
