aiostreams / packages /parser /package.json
f4b404's picture
Sync from GitHub via hub-sync
4345f70 verified
Raw
History Blame Contribute Delete
286 Bytes
{
"name": "@aiostreams/parser",
"version": "1.12.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"
}
}