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

14 lines
346 B
JSON

{
"name": "@aiostreams/formatters",
"version": "1.5.4",
"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"
}
}