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

15 lines
354 B
JSON

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