mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
15 lines
354 B
JSON
15 lines
354 B
JSON
{
|
|
"name": "@aiostreams/parser",
|
|
"version": "1.20.0",
|
|
"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"
|
|
}
|
|
}
|