You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
obsolete29.11ty.v4/package.json

44 lines
1.5 KiB
JSON

{
"name": "obsolete29.11ty.v4",
"version": "1.0.0",
"description": "These are the build files my Eleventy blog.",
"main": "index.js",
"scripts": {
"build": "npx @11ty/eleventy --incremental --quiet",
"sync": "rsync -rtv --delete --quiet --human-readable -e 'ssh' ~/Projects/obsolete29v4/ cyberian@69.61.38.243:/var/www/obsolete29/",
"deploy": "npm run build && npm run sync",
"stagePost": "node _functions/stage-post.js",
"stageReview": "node _functions/stage-review.js",
"git": "git switch main && git add . && git commit -m 'New blog post'",
"postgit": "git push",
"postToot": "node _functions/post-toot.js",
"publishPost": "npm run stagePost && npm run deploy && npm run git && npm run postToot",
"publishReview": "npm run stageReview && npm run deploy && npm run git"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/obsolete29/obsolete29.11ty.v4.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-img": "^1.1.0",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"clean-css": "^5.2.2",
"config": "^3.3.7",
"front-matter": "^4.0.2",
"json-to-pretty-yaml": "^1.2.2",
"luxon": "^2.3.0",
"moment-timezone": "^0.5.34",
"rss-parser": "^3.12.0",
"slugify": "^1.6.5",
"url-join": "^4.0.1"
},
"dependencies": {
"twit": "^2.2.11"
}
}