Files
AIOStreams/packages/parser/package.json
T
Viren070 74af7b0a88 1.8.0
2025-01-18 20:19:57 +00:00

14 lines
285 B
JSON

{
"name": "@aiostreams/parser",
"version": "1.8.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"
}
}