2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-16 15:29:03 +00:00
iconify/package.json
2022-06-19 21:52:07 +03:00

31 lines
836 B
JSON

{
"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",
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/",
"repository": {
"type": "git",
"url": "https://github.com/iconify/iconify.git"
},
"packageManager": "pnpm@7.3.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.6.14"
}
}
}
}
}