{ "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" } }