28 lines
717 B
JSON
28 lines
717 B
JSON
{
|
|
"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": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "ts-node src/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.1.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|