20 lines
560 B
JSON
20 lines
560 B
JSON
{
|
|
"name": "fedilearns",
|
|
"version": "1.0.0",
|
|
"description": "Learning together, by and for the fediverse",
|
|
"scripts": {
|
|
"build": "rm -rf _site && npx @11ty/eleventy",
|
|
"build-codeberg": "npx @11ty/eleventy --pathprefix=/fedi-skillshares/",
|
|
"dev": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live"
|
|
},
|
|
"keywords": [],
|
|
"author": "Lee Cattarin",
|
|
"license": "AGPL-3.0-only",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.1.5",
|
|
"@11ty/eleventy-plugin-rss": "^3.0.0",
|
|
"luxon": "^3.7.2"
|
|
}
|
|
}
|