-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
38 lines (38 loc) · 904 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
{
"type": "module",
"name": "sketchybar-app-font",
"version": "2.0.28",
"description": "App font for sketchybar, bootstrapped using SVGs from simple-bar",
"scripts": {
"build": "node ./build.js",
"build:install": "node ./install.js",
"build:dev": "node ./watch.js"
},
"keywords": [],
"author": "Kevin Dreßler",
"license": "CC0-1.0",
"devDependencies": {
"svgtofont": "^4.1.1"
},
"svgtofont": {
"fontSize": "12px",
"fontName": "sketchybar-app-font",
"website": false,
"css": false,
"emptyDist": true,
"useNameAsUnicode": true,
"svgicons2svgfont": {
"centerhorizontally": true,
"centervertically": true,
"height": 16,
"normalize": true,
"preserveAspectRatio": true,
"fixedWidth": true
}
},
"dependencies": {
"chokidar": "^3.5.3",
"express": "^4.18.2",
"livereload": "^0.9.3"
}
}