{ "name": "iconify", "private": true, "description": "The most versatile icon framework", "author": "Vjacheslav Trushkin (https://iconify.design)", "license": "MIT", "main": "./monorepo/index.js", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", "repository": { "type": "git", "url": "https://github.com/iconify/iconify.git" }, "scripts": { "install": "node monorepo install", "clean": "node monorepo clean", "link": "node monorepo link", "unlink": "node monorepo unlink", "reinstall": "node monorepo clean install", "build": "node monorepo run build --if-present --public", "test": "node monorepo run build --if-present --public", "versions": "node monorepo versions" }, "devDependencies": {} }