Files
boot-dev-typescript-web-scr…/package.json

33 lines
785 B
JSON

{
"name": "boot-dev-typescript-web-scraper",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "tsx ./src/index.ts",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdarius/boot-dev-typescript-web-scraper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rdarius/boot-dev-typescript-web-scraper/issues"
},
"homepage": "https://github.com/rdarius/boot-dev-typescript-web-scraper#readme",
"description": "",
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^24.3.3",
"tsx": "^4.20.5",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"dependencies": {
"jsdom": "^27.0.0",
"p-limit": "^7.1.1"
}
}