-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 699 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "iconify-tailwind4",
"private": true,
"description": "Iconify plugin for Tailwind",
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
"license": "MIT",
"bugs": "https://github.com/iconify/iconify-tailwind/issues",
"homepage": "https://iconify.design/",
"repository": {
"type": "git",
"url": "https://github.com/iconify/iconify-tailwind.git"
},
"packageManager": "pnpm@10.30.3",
"scripts": {
"clean": "rm -rf */*/node_modules",
"build": "pnpm recursive --workspace-concurrency=1 --filter \"./(packages)/**\" run build",
"test": "pnpm recursive --workspace-concurrency=1 --filter \"./(packages)/**\" run test"
},
"devDependencies": {}
}