-
Notifications
You must be signed in to change notification settings - Fork 7
/
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": "tabler-icons-svelte",
"version": "1.10.0",
"description": "Tabler Icons as svelte components.",
"license": "MIT",
"author": "Ben Lapp <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/benflap/tabler-icons-svelte.git"
},
"type": "module",
"svelte": "index.js",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "ts-node-esm ./scripts/generate.ts"
},
"devDependencies": {
"@tabler/icons": "2.1.2",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"prettier": "^2.8.2",
"prettier-plugin-svelte": "^2.9.0"
},
"peerDependencies": {
"svelte": ">=3.31.0 <=4"
},
"files": [
"icons",
"index.d.ts",
"ICON_INDEX.md"
],
"keywords": [
"svelte",
"components",
"svg",
"icons",
"tabler-icons",
"svelte-kit"
]
}