mirror of
https://github.com/iconify/iconify.git
synced 2024-11-05 21:07:51 +00:00
35 lines
879 B
JSON
35 lines
879 B
JSON
{
|
|
"name": "iconify",
|
|
"private": true,
|
|
"description": "The most versatile icon framework",
|
|
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
"homepage": "https://iconify.design/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iconify/iconify.git"
|
|
},
|
|
"packageManager": "pnpm@7.19.0",
|
|
"scripts": {
|
|
"clean": "rm -rf */*/node_modules",
|
|
"build": "pnpm recursive --filter \"./(packages|iconify-icon|components)/**\" run build",
|
|
"test": "pnpm recursive --filter \"./(packages|iconify-icon|components)/**\" run test"
|
|
},
|
|
"devDependencies": {},
|
|
"pnpm": {
|
|
"packageExtensions": {
|
|
"vue-template-compiler": {
|
|
"peerDependencies": {
|
|
"vue": "^2.*"
|
|
}
|
|
},
|
|
"tsutils": {
|
|
"peerDependencies": {
|
|
"typescript": "*"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|