web/package.json
tenkuma 2d46395b86
Some checks failed
Build Eleventy / build (push) Failing after 31s
Atualizar package.json
2026-05-13 22:50:59 -03:00

15 lines
330 B
JSON

{
"name": "adrianvictor-new",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}