{
  "name": "@trimble-oss/modus-icons",
  "version": "1.21.0",
  "description": "This is the central repository for all icons used in our web products",
  "author": "Trimble",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "homepage": "https://modus-icons.trimble.com/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trimble-oss/modus-icons.git"
  },
  "bugs": {
    "url": "https://github.com/trimble-oss/modus-icons/issues"
  },
  "keywords": [
    "svg"
  ],
  "scripts": {
    "build": "node build/build.js && node build/build-css-vars.js && cd app-components && node build-components.js && cd ..",
    "build:app": "cd app-components && node build-components.js && cd ..",
    "build:css-vars": "node build/build-css-vars.js",
    "build:version": "node build/build-versioner",
    "start": "npm run docs:serve",
    "docs:serve": "npx hugo server --port 4000 --logLevel info",
    "docs:build": "npx hugo --cleanDestinationDir",
    "install:components": "cd app-components && npm install && cd ..",
    "prettier": "prettier --write ./*.{scss,js,json,md,yml} icons/**/*.svg",
    "svgo": "npx svgo --folder=\"icons/connect\" --recursive",
    "test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .",
    "test:htmlhint": "htmlhint docs/**/*.html",
    "test:stylelint": "stylelint ./**/*.scss --fix --cache --cache-location node_modules/.cache/.stylelintcache --rd",
    "test:lockfile-lint": "lockfile-lint --empty-hostname false --type npm --path package-lock.json",
    "test": "npm-run-all prettier docs:build --parallel --aggregate-output --continue-on-error test:*"
  },
  "devDependencies": {
    "@fullhuman/postcss-purgecss": "8.0.0",
    "@prettier/plugin-xml": "3.4.2",
    "@trimble-oss/modus-bootstrap": "2.3.2",
    "autoprefixer": "10.4.27",
    "bootstrap": "5.3.8",
    "clipboard": "2.0.11",
    "concat": "^1.0.3",
    "copyfiles": "2.4.1",
    "cross-env": "7.0.3",
    "eslint": "^8.57.1",
    "file-type": "3.9.0",
    "fs-extra": "11.3.4",
    "handlebars": "4.7.8",
    "htmlhint": "^1.9.2",
    "hugo-bin": "0.149.2",
    "icon-font-generator": "2.1.11",
    "lockfile-lint": "4.14.1",
    "lodash": "4.17.23",
    "make-dir-cli": "4.0.0",
    "mkdirp": "0.5.6",
    "mocha": "10.8.2",
    "normalize-svg-coords": "1.0.9",
    "npm-run-all": "4.1.5",
    "picocolors": "1.1.1",
    "postcss": "8.5.8",
    "postcss-cli": "11.0.1",
    "prettier": "3.8.1",
    "q": "1.5.1",
    "read-chunk": "3.2.0",
    "rename-cli": "7.0.2",
    "sass": "1.79.1",
    "shx": "0.4.0",
    "stylelint": "^17.5.0",
    "stylelint-config-standard-scss": "17.0.0",
    "svg-sprite": "3.0.0-rc3",
    "svg2ttf": "6.0.3",
    "svgexport": "0.4.2",
    "svgicons2svgfont": "5.0.2",
    "svgo": "4.0.1",
    "ttf2eot": "3.1.0",
    "ttf2woff": "3.0.0",
    "ttf2woff2": "5.0.0",
    "underscore": "1.13.8",
    "url-join": "1.1.0"
  },
  "files": [
    "dist",
    "LICENSE.md",
    "README.md",
    "!.DS_Store",
    "!**/fonts/*.html",
    "!**/fonts/*.svg",
    "!**/fonts/*.ttf"
  ],
  "hugo-bin": {
    "buildTags": "extended",
    "version": "0.157.0"
  },
  "volta": {
    "node": "20.19.5"
  }
}
