{
  "name": "@tonic-ui/react-icons",
  "version": "2.1.3",
  "description": "A set of SVG icons available as React components for use in Tonic UI.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "scripts": {
    "build": "cross-env rollup --config rollup.config.mjs",
    "build-icons": "node scripts/build-icons.mjs svg/*.svg",
    "clean": "del build coverage dist",
    "lint": "eslint --ext .js,.jsx,.mjs .",
    "pre-push": "bash -c 'echo -e \"=> \\e[1;33m$npm_package_name\\e[0m\"' && yarn run build && yarn run lint && yarn run test",
    "prepublishOnly": "yarn run build",
    "test": "jest --maxWorkers=2"
  },
  "dependencies": {
    "@tonic-ui/react-base": "^2.0.4"
  },
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.24.0",
    "@babel/preset-env": "^7.24.0",
    "@babel/preset-react": "^7.23.3",
    "@codecov/rollup-plugin": "^1.5.1",
    "@emotion/babel-plugin": "^11.13.0",
    "@emotion/react": "^11.14.0",
    "@trendmicro/babel-config": "^1.0.2",
    "cross-env": "^7.0.3",
    "del-cli": "^5.0.0",
    "eslint": "^8.25.0",
    "eslint-config-trendmicro": "^3.0.0",
    "eslint-plugin-import": "latest",
    "eslint-plugin-jsx-a11y": "latest",
    "eslint-plugin-react": "latest",
    "eslint-plugin-react-hooks": "latest",
    "jest": "^29.0.0",
    "jest-extended": "^4.0.0",
    "react": "^16.14.0 || ^17 || ^18 || ^19",
    "react-dom": "^16.14.0 || ^17 || ^18 || ^19",
    "rollup": "^3"
  },
  "peerDependencies": {
    "react": "^16.14.0 || ^17 || ^18 || ^19",
    "react-dom": "^16.14.0 || ^17 || ^18 || ^19"
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "<rootDir>/src/**/*.js",
      "!<rootDir>/src/icons/*.js"
    ],
    "coverageReporters": [
      "lcov",
      "text",
      "html"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/build"
    ],
    "setupFiles": [],
    "setupFilesAfterEnv": [
      "<rootDir>/jest-setup.js"
    ],
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/**/__tests__/**/*.test.js"
    ]
  },
  "author": "Tonic UI Team",
  "homepage": "https://github.com/trendmicro-frontend/tonic-ui",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/trendmicro-frontend/tonic-ui.git",
    "directory": "packages/react-icons"
  },
  "bugs": {
    "url": "https://github.com/trendmicro-frontend/tonic-ui/issues"
  },
  "keywords": [
    "icons",
    "react",
    "tonic-ui"
  ],
  "gitHead": "c0f1d779c8dd8092d5eab15b26720f5882de527a"
}
