You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
398 B
16 lines
398 B
{
|
|
"name": "codeberg-fonts",
|
|
"description": "A font hosting site for Codeberg",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rm -rf _site/ && npm run build-fonts && eleventy",
|
|
"deploy": "./deploy.sh",
|
|
"serve": "npm run build-fonts && eleventy --serve",
|
|
"build-fonts": "node build-fonts.js"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^1.0.1",
|
|
"js-yaml": "3.14.1"
|
|
}
|
|
}
|