nulex/package.json

19 lines
435 B
JSON
Raw Normal View History

2023-08-22 14:15:54 +00:00
{
"name": "nulex",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "eleventy",
2023-08-22 14:29:24 +00:00
"serve": "eleventy --serve",
"upload": "scp -J root@dorsiblanco.lan.nulo.in -P2223 -r _site/* root@localhost:/data/nulex/"
2023-08-22 14:15:54 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2023-08-22 16:06:39 +00:00
"@11ty/eleventy": "^2.0.1",
"@aloskutov/eleventy-plugin-external-links": "^2.0.0"
2023-08-22 14:15:54 +00:00
}
}