2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00
iconify/package.json

25 lines
775 B
JSON

{
"name": "iconify",
"private": true,
"description": "The most versatile icon framework",
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
"license": "(Apache-2.0 OR GPL-2.0)",
"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"
},
"devDependencies": {}
}