mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
26 lines
795 B
JSON
26 lines
795 B
JSON
{
|
|
"name": "iconify",
|
|
"private": true,
|
|
"description": "The most versatile icon framework",
|
|
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (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": {}
|
|
}
|