Files
AIOStreams/packages/formatters/package.json
T
Viren070 34e3b3df3d 1.11.4
2025-01-27 20:40:00 +00:00

15 lines
382 B
JSON

{
"name": "@aiostreams/formatters",
"version": "1.11.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",
"@aiostreams/utils": "^1.0.0"
}
}