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

14 lines
286 B
JSON

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