aiostreams / packages /formatters /package.json
f4b404's picture
Sync from GitHub via hub-sync
4345f70 verified
Raw
History Blame Contribute Delete
382 Bytes
{
"name": "@aiostreams/formatters",
"version": "1.12.1",
"main": "./dist/index.js",
"scripts": {
"test": "vitest run --passWithNoTests",
"build": "tsc"
},
"description": "Library to take parsed information and return a formatted Stremio stream name and description",
"dependencies": {
"@aiostreams/types": "^1.0.0",
"@aiostreams/utils": "^1.0.0"
}
}