-
-
Notifications
You must be signed in to change notification settings - Fork 151
/
Copy pathpackage.json
32 lines (32 loc) · 845 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
{
"name": "free-font",
"private": false,
"version": "2.15.0",
"type": "module",
"homepage": "https://jaywcjlove.github.io/free-font/",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/free-font"
},
"scripts": {
"start": "node scripts/main.mjs && npm run build",
"one": "node scripts/main.mjs -a",
"build:docker": "ejsc \"templates/**/*\" -o \"docs\" --global-data '{\"docker\": true}'",
"build": "ejsc \"templates/**/*\" -o \"docs\"",
"dev": "ejsc \"templates/**/*\" -o \"docs\" -w"
},
"keywords": [],
"author": "jaywcjlove",
"license": "MIT",
"description": "",
"engines": {
"node": ">=20"
},
"devDependencies": {
"@wcj/ejs-cli": "^2.0.0",
"fontkit": "^2.0.4",
"fs-extra": "^11.2.0",
"pretty-bytes": "^6.1.1",
"puppeteer": "^22.13.1"
}
}