UNPKG

pelaopro

Version:

Landing page del proyecto Pelao'Pro 🎯

35 lines (34 loc) • 718 B
{ "name": "pelaopro", "version": "1.0.0", "type": "module", "description": "Landing page del proyecto Pelao'Pro 🎯", "main": "index.js", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview" }, "keywords": [ "pelaopro", "landing", "astro", "educación", "startup" ], "author": "Aaron De Puy", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Aadps123/pelaopro-landing.git" }, "homepage": "https://pelaopro.vercel.app", "dependencies": { "astro": "^5.7.3", "@vercel/analytics": "^1.5.0", "@vercel/speed-insights": "^1.2.0" }, "publishConfig": { "access": "public" } }