2020-04-28 12:47:35 +03:00
|
|
|
{
|
|
|
|
"name": "iconify",
|
|
|
|
"private": true,
|
|
|
|
"description": "The most versatile icon framework",
|
|
|
|
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
|
2022-04-20 19:00:21 +03:00
|
|
|
"license": "MIT",
|
2020-04-28 12:47:35 +03:00
|
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
|
|
"homepage": "https://iconify.design/",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-04-28 14:00:41 +03:00
|
|
|
"url": "https://github.com/iconify/iconify.git"
|
2020-04-28 12:47:35 +03:00
|
|
|
},
|
2024-12-07 08:22:33 +02:00
|
|
|
"packageManager": "pnpm@9.15.0",
|
2020-04-28 12:47:35 +03:00
|
|
|
"scripts": {
|
2022-06-19 20:23:03 +03:00
|
|
|
"clean": "rm -rf */*/node_modules",
|
2024-11-02 15:39:04 +02:00
|
|
|
"build": "pnpm recursive --workspace-concurrency=1 --filter \"./(packages|iconify-icon|components)/**\" run build",
|
|
|
|
"test": "pnpm recursive --workspace-concurrency=1 --filter \"./(packages|iconify-icon|components)/**\" run test"
|
2020-04-28 12:47:35 +03:00
|
|
|
},
|
2022-06-19 21:52:07 +03:00
|
|
|
"devDependencies": {},
|
|
|
|
"pnpm": {
|
|
|
|
"packageExtensions": {
|
|
|
|
"vue-template-compiler": {
|
|
|
|
"peerDependencies": {
|
2022-09-08 09:16:41 +03:00
|
|
|
"vue": "^2.*"
|
2022-06-19 21:52:07 +03:00
|
|
|
}
|
2022-09-07 20:06:23 +03:00
|
|
|
},
|
|
|
|
"tsutils": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"typescript": "*"
|
|
|
|
}
|
2022-06-19 21:52:07 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-04-28 12:47:35 +03:00
|
|
|
}
|