This repository has been archived on 2023-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
Uloz.to-rychle/package.json

26 lines
491 B
JSON
Raw Permalink Normal View History

2022-02-23 17:37:25 +01:00
{
"name": "ulozto",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"axios": "^0.26.0",
2022-03-14 20:18:08 +01:00
"express": "^4.17.3",
2023-02-06 22:18:56 +01:00
"jsdom": "^21.1.0",
2022-03-14 20:18:08 +01:00
"tor-axios": "^1.0.9",
"tor-request": "^3.1.0"
2022-02-23 17:37:25 +01:00
},
"devDependencies": {
"@types/express": "^4.17.13",
2023-02-06 22:18:56 +01:00
"@types/jsdom": "^21.1.0",
2022-02-23 17:37:25 +01:00
"@types/node": "^17.0.20"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://git.znachor.cz/CodeSpace/ulozto-stream.git"
},
"author": "",
"license": "ISC",
"description": ""
}