{
  "name": "terra-icon",
  "version": "3.62.0",
  "description": "The terra-icon component is used to visually represent a literal or symbolic object intended to initiate an action, communicate a status, or navigate the workflow.",
  "author": "Cerner Corporation",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cerner/terra-core.git",
    "directory": "packages/terra-icon"
  },
  "bugs": {
    "url": "https://github.com/cerner/terra-core/issues"
  },
  "homepage": "https://github.com/cerner/terra-core#readme",
  "license": "Apache-2.0",
  "keywords": [
    "Cerner",
    "Icon",
    "Terra",
    "terra-icon",
    "UI"
  ],
  "main": "lib/index.js",
  "files": [
    "lib",
    "src",
    "translations",
    "CHANGELOG.md",
    "LICENSE",
    "NOTICE",
    "README.md"
  ],
  "peerDependencies": {
    "react": "16",
    "react-dom": "16",
    "react-intl": "2 || 3 || 4 || 5"
  },
  "dependencies": {
    "classnames": "2",
    "prop-types": "15",
    "terra-theme-context": "1"
  },
  "devDependencies": {
    "csvtojson": "2",
    "jsdom": "21",
    "one-cerner-style-icons": "https://github.com/oracle-samples/one-cerner-style-icons/archive/v1.53.0.tar.gz",
    "shelljs": "^0.8.2",
    "svgo": "3"
  },
  "scripts": {
    "clean:all-icons": "find . -name \\all_icons.png -type f -exec rm -f {} \\;",
    "precompile": "rm -rf lib",
    "compile": "babel --root-mode upward src --out-dir lib --copy-files",
    "compilescripts": "npm run compilescripts:clean && npm run compilescripts:build",
    "compilescripts:build": "babel --root-mode upward scripts/src --out-dir scripts/lib --copy-files",
    "compilescripts:clean": "rm -rf scripts/lib",
    "generate-example": "node scripts/lib/generate-example/index.js",
    "generate-icons": "node scripts/lib/generate-icons/index.js",
    "generate-json": "node scripts/lib/generate-json/index.js",
    "jest": "jest --config ../../jest.config.js",
    "lint": "npm run lint:js && npm run lint:scss",
    "lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
    "lint:scss": "stylelint src/**/*.scss",
    "migrate-csv": "node scripts/lib/migrate-csv/index.js",
    "migrate-ocs-icons": "npm run compilescripts && npm run migrate-csv && npm run migrate-svg && npm run generate-json && npm run generate-icons && npm run generate-example",
    "migrate-svg": "node scripts/lib/migrate-svg/index.js",
    "test": "npm run lint && npm run jest && npm run wdio",
    "wdio": "npm run wdio:default && npm run wdio:lowlight && npm run wdio:fusion",
    "wdio:default": "cd ../.. && terra wdio",
    "wdio:fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
    "wdio:lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme"
  },
  "gitHead": "209e73eab65abaee39bd1e026d50e5e03d8f38ac"
}
