-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 997 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
36
37
38
39
40
41
{
"name": "svelte-iconoir",
"version": "0.15.0",
"license": "MIT",
"description": "Iconoir SVG icons as Svelte components",
"author": "Eric Liu (https://github.com/metonym)",
"svelte": "./lib/index.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"type": "module",
"scripts": {
"dev": "rollup -cw",
"build": "rollup -c",
"prepack": "svelvg glob=iconoir/icons iconIndex",
"test": "svelte-check --workspace test"
},
"devDependencies": {
"iconoir": "6.11.0",
"rollup": "^2.77.3",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-readme": "^3.6.3",
"svelvg": "^0.12.1"
},
"repository": {
"type": "git",
"url": "https://github.com/metonym/svelte-iconoir.git"
},
"homepage": "https://github.com/metonym/svelte-iconoir",
"bugs": "https://github.com/metonym/svelte-iconoir/issues",
"keywords": [
"svelte",
"svelte component",
"icon",
"svg",
"iconoir"
],
"files": [
"lib"
]
}