Files
gruperly-web/package.json
2026-09-15 16:55:53 -03:00

21 lines
411 B
JSON

{
"name": "gruperly-landing-page",
"version": "1.0.0",
"description": "Landing page de Gruperly construida con Eleventy.",
"private": true,
"type": "module",
"scripts": {
"build": "eleventy",
"start": "eleventy --serve"
},
"keywords": [
"eleventy",
"11ty",
"tailwindcss",
"landing-page"
],
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^3.1.6"
}
}