-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
35 lines (35 loc) · 961 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "flowbite-icons",
"version": "1.3.0",
"description": "Official Flowbite Icons library",
"keywords": [
"flowbite",
"icons",
"svg"
],
"homepage": "https://flowbite.com/icons",
"bugs": "https://github.com/themesberg/flowbite-icons/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/themesberg/flowbite-icons.git"
},
"license": "MIT",
"type": "module",
"scripts": {
"format": "prettier . --write",
"format:check": "prettier . --check",
"generate-manifest": "bun run scripts/generate-manifest.ts",
"release": "changeset publish",
"typecheck": "tsc",
"version": "changeset version"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@types/bun": "1.0.6",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.11",
"typescript": "5.3.3"
}
}