2026-04-29 08:30:52 -07:00
|
|
|
{
|
|
|
|
|
"name": "fediverse-classifieds",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"scripts": {
|
2026-05-04 09:37:50 -07:00
|
|
|
"build": "rm -rf _site && npx @11ty/eleventy",
|
2026-05-04 11:12:27 -07:00
|
|
|
"build-codeberg": "npx @11ty/eleventy --pathprefix=/fedi-skillshares/",
|
2026-04-29 08:30:52 -07:00
|
|
|
"dev": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "Lee Cattarin",
|
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"devDependencies": {
|
2026-04-29 21:12:19 -07:00
|
|
|
"@11ty/eleventy": "^3.1.5",
|
2026-05-03 08:11:23 -07:00
|
|
|
"@11ty/eleventy-plugin-rss": "^3.0.0",
|
2026-04-29 21:12:19 -07:00
|
|
|
"luxon": "^3.7.2"
|
2026-04-29 08:30:52 -07:00
|
|
|
}
|
|
|
|
|
}
|