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

35 lines
879 B
JSON
Raw Normal View History

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": "MIT",
2020-04-28 09:47:35 +00:00
"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
},
2023-08-18 09:08:48 +00:00
"packageManager": "pnpm@8.6.12",
2020-04-28 09:47:35 +00:00
"scripts": {
2022-06-19 17:23:03 +00:00
"clean": "rm -rf */*/node_modules",
2022-06-19 17:58:50 +00:00
"build": "pnpm recursive --filter \"./(packages|iconify-icon|components)/**\" run build",
"test": "pnpm recursive --filter \"./(packages|iconify-icon|components)/**\" run test"
2020-04-28 09:47:35 +00:00
},
"devDependencies": {},
"pnpm": {
"packageExtensions": {
"vue-template-compiler": {
"peerDependencies": {
2022-09-08 06:16:41 +00:00
"vue": "^2.*"
}
2022-09-07 17:06:23 +00:00
},
"tsutils": {
"peerDependencies": {
"typescript": "*"
}
}
}
}
2020-04-28 09:47:35 +00:00
}