Files
whenwe2/package.json
Nick Stokoe a37b8e68d3 package.json - add build and deploy scripts
bin/deploy wraps the rsync command.
2023-05-09 15:42:59 +01:00

21 lines
509 B
JSON

{
"name": "conversion",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -rf _site && eleventy --pathprefix '~nick/whenwe/'",
"deploy": "bin/deploy nick@mixian.noodlefactory.co.uk:public_html/whenwe/",
"server": "eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-html-markdown": "^1.3.0"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.2"
}
}