Files
ivanch.me/package.json
Jose Henrique 72c7d6c9e0
Some checks failed
Homepage Build and Deploy (Test) / Build Homepage Image (push) Successful in 32s
Homepage Build and Deploy (Test) / Deploy Homepage (push) Failing after 3s
new pipeline and build improvements
2026-07-10 17:06:16 -03:00

13 lines
235 B
JSON

{
"name": "ivanch-me",
"private": true,
"scripts": {
"build:production": "node utils/build-production.mjs"
},
"devDependencies": {
"esbuild": "0.28.1",
"html-minifier-terser": "7.2.0",
"sharp": "0.35.3"
}
}