Init nodejs project (v24.4.1)

This commit is contained in:
albert
2025-07-28 10:02:41 +02:00
parent d956b73552
commit 16072a656e
2 changed files with 38 additions and 1 deletions

View File

@ -1 +1,18 @@
# dailytrends
## Changelog
- Inicializamos el projecto, usando npm init, con la node@latest (v24.4.1)

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "dailytrends",
"version": "0.0.1",
"description": "DailyTrends es un periódico que une las portadas de los periódicos número uno.",
"homepage": "https://github.com/aabril/dailytrends#readme",
"bugs": {
"url": "https://github.com/aabril/dailytrends/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aabril/dailytrends.git"
},
"license": "AGPL-3.0-or-later",
"author": "Albert Abril",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}