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