Init nodejs project (v24.4.1)
This commit is contained in:
19
README.md
19
README.md
@ -1 +1,18 @@
|
|||||||
# dailytrends
|
# dailytrends
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
- Inicializamos el projecto, usando npm init, con la node@latest (v24.4.1)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
20
package.json
Normal file
20
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user