2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-23 07:08:34 +00:00
iconify/package.json

36 lines
910 B
JSON
Raw Normal View History

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