-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1013 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1013 Bytes
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": "@raineblog/mkdocs-fontkit",
"version": "1.0.0",
"description": "A static analysis font kit builder. Host Adobe Fonts (Typekit), Google Fonts, and custom fonts locally with single-command build and minification.",
"main": "scripts/build.js",
"bin": {
"fontkit": "scripts/build.js"
},
"scripts": {
"build": "node scripts/build.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/raineblog/mkdocs-fontkit.git"
},
"keywords": [
"fonts",
"google-fonts",
"typekit",
"adobe-fonts",
"font-optimizer",
"self-hosted"
],
"author": "RainPPR",
"license": "MIT",
"dependencies": {
"axios": "^1.13.6",
"chalk": "^5.6.2",
"clean-css": "^5.3.3",
"cn-font-split": "^7.4.1",
"css": "^3.0.0",
"fs-extra": "^11.3.3",
"p-limit": "^7.3.0"
},
"publishConfig": {
"access": "public"
},
"type": "commonjs"
}