Trabalho de programação (Demonstração da API do Prof. Rodrigo Ribeiro)

This commit is contained in:
天クマ 2025-11-17 21:54:57 -03:00
commit b464afdacb
13 changed files with 1993 additions and 7 deletions

View file

@ -4,10 +4,15 @@
"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"
"type": "commonjs",
"devDependencies": {
"eleventy-plugin-citations": "^0.1.10"
}
}