mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"name": "@aiostreams/utils",
|
|
"version": "1.20.0",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"test": "vitest run --passWithNoTests",
|
|
"build": "tsc"
|
|
},
|
|
"description": "Library to parse a torrent filename ",
|
|
"dependencies": {
|
|
"envalid": "^8.0.0",
|
|
"jsoncrush": "^1.1.8",
|
|
"winston": "^3.17.0"
|
|
}
|
|
}
|