{
    "name": "fontslist",
    "version": "1.1.1",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/coremyslo/fontslist"
    },
    "keywords": [
        "font",
        "format",
        "support",
        "crossbrowser",
        "browserslist",
        "caniuse",
        "eot",
        "svg-fonts",
        "ttf",
        "woff",
        "woff2"
    ],
    "files": [
        "/dist"
    ],
    "scripts": {
        "generate": "yarn build && bin/generate.js && yarn build",
        "test": "bin/index.js",
        "build": "tsc",
        "lint": "eslint --fix --ext .ts .",
        "dev": "yarn lint && yarn build && yarn test"
    },
    "devDependencies": {
        "@types/caniuse-api": "^3.0.2",
        "@types/node": "^18.11.18",
        "@typescript-eslint/eslint-plugin": "5.48.0",
        "@typescript-eslint/parser": "^5.48.0",
        "browserslist": "^4.21.4",
        "caniuse-api": "^3.0.0",
        "eslint": "^8.31.0",
        "typescript": "^4.9.4"
    },
    "license": "MIT"
}
