{ "name": "icons-subsetter", "version": "0.0.0", "private": true, "description": "Subset tabler-icons webfont", "type": "module", "scripts": { "build": "tsx src/generator.ts", "lint": "eslint" }, "devDependencies": { "@types/node": "22.9.0", "@typescript-eslint/eslint-plugin": "7.17.0", "@typescript-eslint/parser": "7.17.0", "eslint": "8.0.0" }, "dependencies": { "@tabler/icons-webfont": "https://github.com/misskey-dev/tabler-icons/archive/refs/tags/3.29.0-mi.1913+5921534bc.tar.gz", "harfbuzzjs": "0.4.4", "tiny-glob": "^0.2.9", "tsx": "4.4.0", "typescript": "5.6.3", "wasm-ttf2woff": "1.0.0" }, "files": [ "built" ] }