-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
42 lines (42 loc) · 927 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
42
{
"name": "webfonts-loader",
"version": "8.0.1",
"description": "A WebPack loader to automatically generate font files and CSS to make your own icon font",
"repository": "jeerbl/webfonts-loader",
"main": "index.js",
"scripts": {
"test": "semistandard && ./runTest.sh && ./runTestEmbed.sh",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"keywords": [
"font",
"webfont",
"iconfont",
"web",
"icon",
"generator",
"webpack",
"loader"
],
"author": "Jérôme Brunel",
"funding": {
"url": "https://github.com/sponsors/jeerbl"
},
"license": "MIT",
"dependencies": {
"@vusion/webfonts-generator": "^0.8.0",
"glob": "^7.1.6",
"loader-utils": "^2.0.0"
},
"devDependencies": {
"semistandard": "^13.0.1",
"snyk": "^1.461.0"
},
"semistandard": {
"ignore": [
"**/node_modules/"
]
},
"snyk": true
}