11ty-light-blog/package.json
2023-11-09 21:00:15 +01:00

17 lines
334 B
JSON

{
"name": "11ty-light-blog",
"version": "1.0.0",
"description": "",
"main": ".eleventy.js",
"scripts": {
"start": "npx eleventy --serve",
"production": "SET NODE_ENV=production npx @11ty/eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
}
}