Files
LiveryScraper/package.json
T
2026-04-21 00:15:06 +10:00

26 lines
511 B
JSON

{
"name": "liveryscraper",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/node": "^25.6.0",
"tsx": "^4.21.0",
"typescript": "^6.0.3"
},
"dependencies": {
"axios": "^1.15.1",
"cheerio": "^1.2.0",
"undici-types": "^7.19.2"
}
}