-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "svelte-gestalt-icons",
"version": "71.0.9",
"license": "MIT",
"description": "Pinterest Gestalt 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",
"scripts": {
"dev": "rollup -cw",
"predeploy": "rollup -c",
"deploy": "gh-pages -d dist",
"prepack": "svelvg glob=gestalt/src/icons iconIndex"
},
"devDependencies": {
"gestalt": "71.0.9",
"gh-pages": "^4.0.0",
"rollup": "^2.79.0",
"svelte": "^3.50.0",
"svelte-readme": "^3.6.3",
"svelvg": "^0.11.2"
},
"repository": {
"type": "git",
"url": "https://github.com/metonym/svelte-gestalt-icons.git"
},
"homepage": "https://github.com/metonym/svelte-gestalt-icons",
"bugs": "https://github.com/metonym/svelte-gestalt-icons/issues",
"keywords": [
"svelte",
"svelte component",
"gestalt",
"icon",
"svg"
],
"files": [
"lib"
],
"type": "module"
}