Files
AIOStreams/packages/parser/package.json
T
Viren070 376d4bd4fc 1.5.4
2025-01-03 22:27:10 +00:00

14 lines
285 B
JSON

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