nulex/package.json

19 lines
435 B
JSON

{
"name": "nulex",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "eleventy",
"serve": "eleventy --serve",
"upload": "scp -J root@dorsiblanco.lan.nulo.in -P2223 -r _site/* root@localhost:/data/nulex/"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@aloskutov/eleventy-plugin-external-links": "^2.0.0"
}
}