2020-04-28 09:47:35 +00:00
|
|
|
{
|
|
|
|
"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)",
|
|
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
|
|
"homepage": "https://iconify.design/",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-04-28 11:00:41 +00:00
|
|
|
"url": "https://github.com/iconify/iconify.git"
|
2020-04-28 09:47:35 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"bootstrap": "lerna bootstrap --force-local",
|
|
|
|
"clean": "lerna clean",
|
|
|
|
"link": "lerna link --force-local",
|
2020-08-26 17:02:42 +00:00
|
|
|
"setup": "npm run clean && npm run bootstrap",
|
|
|
|
"update": "node update-deps --all --update"
|
2020-04-28 09:47:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-02 19:04:39 +00:00
|
|
|
"lerna": "^3.22.1"
|
2020-04-28 09:47:35 +00:00
|
|
|
}
|
|
|
|
}
|