{
    "name": "fontawesome-subset",
    "version": "4.5.0",
    "description": "Utility to create subsets for FontAwesome and FontAwesome Pro.",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc -p tsconfig.build.json",
        "build-watch": "tsc -w -p tsconfig.build.json",
        "eslint": "eslint \"src/**\"",
        "prepare": "husky install",
        "prepublishOnly": "npm run build",
        "pretty-quick": "pretty-quick",
        "prettier-check": "pretty-quick --check",
        "test": "jest",
        "test-watch": "jest --watch"
    },
    "author": {
        "name": "Logan Graham",
        "email": "loganparkergraham@gmail.com",
        "url": "https://github.com/omacranger"
    },
    "files": [
        "dist"
    ],
    "dependencies": {
        "lodash": ">=4.17.21",
        "mkdirp": "^2.1.6 || ^3.0.1",
        "subset-font": "^2.0.0",
        "yaml": "^2.2.1"
    },
    "license": "GPL-3.0-or-later",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/omacranger/fontawesome-subset.git"
    },
    "keywords": [
        "font",
        "awesome",
        "fontawesome",
        "fontawesome pro",
        "subset",
        "subsetter",
        "icon font",
        "optimize"
    ],
    "peerDependencies": {
        "@fortawesome/fontawesome-free": ">=5.12.0",
        "@fortawesome/fontawesome-pro": ">=5.12.0"
    },
    "peerDependenciesMeta": {
        "@fortawesome/fontawesome-free": {
            "optional": true
        },
        "@fortawesome/fontawesome-pro": {
            "optional": true
        }
    },
    "devDependencies": {
        "@fortawesome/fontawesome-free": "^6.7.2",
        "@types/jest": "^29.5.0",
        "@types/node": "~18.15.10",
        "@types/opentype.js": "^1.3.3",
        "@types/subset-font": "^1.4.0",
        "@typescript-eslint/eslint-plugin": "^5.57.0",
        "@typescript-eslint/parser": "^5.57.0",
        "compare-versions": "^5.0.3",
        "eslint": "^8.36.0",
        "husky": "^8.0.3",
        "jest": "^29.5.0",
        "opentype.js": "^1.3.4",
        "prettier": "^2.8.7",
        "pretty-quick": "^3.1.3",
        "ts-jest": "^29.0.5",
        "typescript": "^4.7.4"
    }
}
