sketchybar-app-font/package.json
Kevin Dreßler a153d2495d
2.0.17
2024-04-09 09:34:54 +01:00

39 lines
904 B
JSON

{
"type": "module",
"name": "sketchybar-app-font",
"version": "2.0.17",
"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"
}
}