Files
AIOStreams/package.json
T
2025-10-26 17:42:58 +00:00

36 lines
1.3 KiB
JSON

{
"name": "aiostreams",
"version": "2.16.3",
"description": "AIOStreams consolidates multiple Stremio addons and debrid services into a single, easily configurable addon. It allows highly customisable filtering, sorting, and formatting of results and supports proxying all your streams through MediaFlow Proxy or StremThru for improved compatibility and IP restriction bypassing.",
"type": "module",
"main": "dist/index.js",
"scripts": {
"test": "pnpm run test --workspaces",
"release": "commit-and-tag-version",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"metadata": "node scripts/generateMetadata.cjs",
"build": "pnpm -F core run build && pnpm -F server run build && pnpm -F frontend run build",
"build:watch": "tsc --build --watch",
"start": "node packages/server/dist/server",
"start:addon": "pnpm run start",
"start:dev": "cross-env NODE_ENV=development tsx watch packages/server/src/server.ts",
"start:addon:dev": "pnpm run start:dev",
"start:frontend:dev": "pnpm -F frontend run dev"
},
"author": "Viren070",
"license": "MIT",
"workspaces": [
"packages/*"
],
"devDependencies": {
"cross-env": "^7.0.3",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vitest": "^2.1.5"
},
"engines": {
"node": ">=20.0.0"
}
}