-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.27 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "carbon-pictograms-svelte",
"version": "13.1.0",
"license": "Apache-2.0",
"description": "Carbon Design System SVG pictograms as Svelte components",
"svelte": "./lib/index.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"svelte": "./lib/index.js"
},
"./lib/*.svelte": {
"types": "./lib/*.svelte.d.ts",
"import": "./lib/*.svelte"
}
},
"scripts": {
"prepack": "bun test",
"test:types": "bun tests/test-types.ts"
},
"devDependencies": {
"@carbon/icon-helpers": "latest",
"@carbon/pictograms": "12.45.1",
"@types/bun": "latest",
"culls": "^0.1.1",
"svelte": "^5.19.3",
"typescript": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-design-system/carbon-pictograms-svelte.git"
},
"homepage": "https://carbon-pictograms-svelte.onrender.com/",
"bugs": "https://github.com/carbon-design-system/carbon-pictograms-svelte/issues",
"keywords": [
"carbon",
"carbon design system",
"carbon pictograms",
"pictograms",
"components",
"svelte",
"svg"
],
"files": [
"lib"
],
"maintainers": [
"Eric Liu (https://github.com/metonym)"
],
"type": "module"
}