Files
AIOStreams/packages/utils/package.json
T
Viren070 49815efab5 1.21.1
2025-05-08 22:47:14 +01:00

16 lines
328 B
JSON

{
"name": "@aiostreams/utils",
"version": "1.21.1",
"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"
}
}