-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
57 lines (57 loc) · 1.09 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
54
55
56
57
{
"name": "@uiw/file-icons",
"version": "1.3.2",
"description": "File icons in the file tree",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/file-icons"
},
"homepage": "https://uiwjs.github.io/file-icons",
"scripts": {
"font": "svgtofont --sources icon --output fonts",
"copy": "cpy fonts/react/*.js fonts/react/*.d.ts react --flat",
"build": "tsbb build react/*.{js,d.ts} --useBabel",
"start": "npm run font && npm run copy && npm run build"
},
"files": [
"lib",
"esm",
"*.js",
"*.d.ts",
"icon",
"!icon/react",
"!icon/*.html",
"fonts"
],
"keywords": [
"file-icons",
"svg",
"icon",
"font",
"webfont",
"icon",
"iconfont",
"font-face",
"compress",
"minify",
"font-cli",
"otf",
"ttf",
"woff",
"eot",
"svg",
"ttf2eot",
"ttf2woff",
"ttf2svg",
"svg2ttf",
"css",
"base64"
],
"author": "Kenny <[email protected]>",
"license": "MIT",
"devDependencies": {
"cpy-cli": "^4.2.0",
"svgtofont": "~5.0.0",
"tsbb": "^4.0.2"
}
}