{
    "name": "@pxblue/icons",
    "version": "1.8.0",
    "description": "Px Blue icons",
    "main": "./iconfont/PXBlueIcons.css",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/pxblue/icons.git"
    },
    "author": "PX Blue <pxblue@eaton.com>",
    "license": "BSD-3-Clause",
    "dependencies": {},
    "scripts": {
        "test": "yarn install && yarn install --dev && ./scripts/svgBuildTest.sh",
        "index": "cp design/META.json svg/index.json",
        "move": "mkdir -p tmp && mv svg/README.md tmp/README.md && mv svg/package.json tmp/package.json",
        "move-back": "mv tmp/README.md svg/README.md && mv tmp/package.json svg/package.json && rm -rf tmp",
        "copy": "yarn move && rm -r svg && mkdir svg && copyfiles -f -e \"design/old/*.svg\" -e \"design/Internal/*.svg\" -e \"design/WIP/*.svg\" -e \"design/Products/**/*.svg\" \"design/Products/*.svg\" design/**/*.svg design/**/**/*.svg svg && yarn move-back",
        "sprites": "create-svg-sprite --optimize --input './svg' --output './svg' --name 'icons'",
        "build": "yarn build:font",
        "build:font": "yarn && yarn copy && rm -r iconfont && mkdir iconfont && fantasticon svg -o iconfont -n PXBlueIcons -p pxb -t ttf -t woff -t woff2 -t eot -t svg --font-height 300 && yarn sprites && yarn index",
        "build:rn-vector": "cd rn-vector && yarn build",
        "publish:package": "set npm_config_yes=true && npx -p @pxblue/publish pxb-publish",
        "tag:package": "set npm_config_yes=true && npx -p @pxblue/tag pxb-tag",
        "start": "yarn build:font && open ./iconfont/PXBlueIcons.html && cd mui && yarn start"
    },
    "files": [
        "iconfont",
        "LICENSE",
        "package.json",
        "README.md",
        "CHANGELOG.md"
    ],
    "bugs": {
        "url": "https://github.com/pxblue/icons/issues"
    },
    "homepage": "https://github.com/pxblue/icons#readme",
    "prettier": "@pxblue/prettier-config",
    "devDependencies": {
        "@pxblue/prettier-config": "^1.0.3",
        "copyfiles": "^2.1.0",
        "create-svg-sprite": "~1.0.0",
        "fantasticon": "^1.2.2",
        "prettier": "^2.2.1",
        "yarn-audit-fix": "^6.0.0"
    },
    "keywords": [
        "icons",
        "material",
        "pxblue"
    ]
}
