first command

This commit is contained in:
2025-09-21 20:21:03 +03:00
commit 8a6cf642a3
9 changed files with 759 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "boot-dev-typescript-blog-aggregator",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "tsx ./src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdarius/boot-dev-typescript-blog-aggregator.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rdarius/boot-dev-typescript-blog-aggregator/issues"
},
"homepage": "https://github.com/rdarius/boot-dev-typescript-blog-aggregator#readme",
"description": "",
"devDependencies": {
"@types/node": "^24.5.0",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
}
}