Files
AIOStreams/packages/utils/package.json
T
Viren070 60e1dc3891 1.15.2
2025-04-27 20:00:48 +01:00

15 lines
303 B
JSON

{
"name": "@aiostreams/utils",
"version": "1.15.2",
"main": "./dist/index.js",
"scripts": {
"test": "vitest run --passWithNoTests",
"build": "tsc"
},
"description": "Library to parse a torrent filename ",
"dependencies": {
"jsoncrush": "^1.1.8",
"winston": "^3.17.0"
}
}