diff --git a/README.md b/README.md index 4afcc82..3b0f19a 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ -# dailytrends \ No newline at end of file +# dailytrends + + + + + + + + + + +## Changelog + +- Inicializamos el projecto, usando npm init, con la node@latest (v24.4.1) + + + + diff --git a/package.json b/package.json new file mode 100644 index 0000000..385c47b --- /dev/null +++ b/package.json @@ -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" + } +}