Files
parcer/scraper/package.json
2024-04-04 07:53:54 +05:30

21 lines
383 B
JSON

{
"name": "scraper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"fastify": "^4.26.2"
},
"devDependencies": {
"@types/node": "^20.12.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
}
}