Files
AIOStreams/packages/parser/package.json
T
Viren070 d4e91ff915 1.13.8
2025-02-11 16:31:59 +00:00

14 lines
286 B
JSON

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