forked from omacranger/fontawesome-subset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 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": "fontawesome-subset",
"version": "3.0.0",
"description": "Utility to create subsets for FontAwesome and FontAwesome Pro.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"build-watch": "tsc -w",
"prepublishOnly": "npm run build"
},
"author": {
"name": "Logan Graham",
"email": "[email protected]",
"url": "https://github.com/omacranger"
},
"files": [
"dist"
],
"dependencies": {
"lodash": ">=4.17.21",
"mkdirp": "^1.0.4",
"svg2ttf": "^6.0.3",
"ttf2eot": "^3.0.0",
"ttf2woff": "^3.0.0",
"ttf2woff2": "^4.0.4"
},
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/omacranger/fontawesome-subset.git"
},
"keywords": [
"font",
"awesome",
"fontawesome",
"fontawesome pro",
"subset",
"subsetter",
"icon font",
"optimize"
],
"devDependencies": {
"@types/mkdirp": "^1.0.2",
"@types/node": "^16.9.1",
"@types/svg2ttf": "^5.0.1",
"@types/ttf2eot": "^2.0.0",
"@types/ttf2woff": "^2.0.2",
"@types/ttf2woff2": "^2.0.0",
"typescript": "^4.4.3"
}
}