{ "name": "@tunarr/server", "version": "1.0.0", "description": "Create LiveTV channels from your Plex media", "license": "Zlib", "author": "chrisbenincasa", "type": "module", "main": "src/index.ts", "bin": "dist/index.js", "scripts": { "build": "tsc -p tsconfig.build.json", "typecheck": "tsc -p tsconfig.build.json --noEmit", "bundle": "node --loader ts-node/esm scripts/bundle.ts", "clean": "rimraf build", "debug": "nodemon --ignore build/ -e .json,.ts,.yml,.yaml,.js --exec \"node --inspect-brk=0.0.0.0:4321 --loader ts-node/esm ./index.ts\"", "dev": "nodemon -e ts --watch src/ --ignore build/ --ignore streams/ -e .json,.ts,.yml,.yaml,.js -x ts-node-esm -r tsconfig-paths/register --files --project tsconfig.build.json src/index.ts --inspect=4321", "make-exec": "node --loader ts-node/esm scripts/makeExecutable.ts", "mikro-orm": "NODE_OPTIONS='--loader ts-node/esm --no-warnings' mikro-orm", "preinstall": "npx only-allow pnpm", "test": "vitest" }, "dependencies": { "@fastify/cors": "^8.4.1", "@fastify/middie": "^8.3.0", "@fastify/static": "^6.12.0", "@fastify/swagger": "^8.12.1", "@fastify/swagger-ui": "^2.0.1", "@mikro-orm/better-sqlite": "^6.0.4", "@mikro-orm/core": "^6.0.4", "@mikro-orm/migrations": "6.0.4", "@tunarr/shared": "workspace:*", "@tunarr/types": "workspace:*", "JSONStream": "1.0.5", "async-retry": "^1.3.3", "axios": "^1.6.0", "better-sqlite3": "^9.1.1", "body-parser": "^1.19.0", "chalk": "^5.3.0", "cors": "^2.8.5", "dayjs": "^1.11.10", "duration": "link:dayjs/plugin/duration", "express-fileupload": "^1.2.1", "fast-json-stringify": "^5.9.1", "fastify": "^4.24.3", "fastify-plugin": "^4.5.1", "fastify-print-routes": "^2.2.0", "fastify-type-provider-zod": "^1.1.9", "fluent-ffmpeg": "^2.1.2", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "^7.0.0", "morgan": "^1.10.0", "node-cache": "^5.1.2", "node-graceful-shutdown": "1.1.0", "node-schedule": "^2.1.1", "node-ssdp": "^4.0.0", "p-queue": "^8.0.1", "random-js": "2.1.0", "reflect-metadata": "^0.1.13", "retry": "^0.13.1", "tslib": "^2.6.2", "uuid": "^9.0.1", "winston": "^3.11.0", "winston-daily-rotate-file": "^4.7.1", "xml-writer": "^1.7.0", "yargs": "^17.7.2", "zod": "^3.22.4" }, "devDependencies": { "@mikro-orm/cli": "^6.0.4", "@mikro-orm/reflection": "^6.0.4", "@types/async-retry": "^1.4.8", "@types/better-sqlite3": "^7.6.8", "@types/express": "^4.17.20", "@types/express-fileupload": "^1.4.3", "@types/fluent-ffmpeg": "^2.1.23", "@types/lodash": "^4.14.202", "@types/lodash-es": "^4.17.10", "@types/morgan": "^1.9.7", "@types/node": "^20.8.9", "@types/node-schedule": "^2.1.3", "@types/retry": "^0.12.5", "@types/serve-static": "^1.15.4", "@types/tmp": "^0.2.6", "@types/uuid": "^9.0.6", "@types/yargs": "^17.0.29", "copyfiles": "^2.2.0", "del-cli": "^3.0.0", "esbuild": "^0.19.5", "fast-glob": "^3.3.2", "nexe": "4.0.0-rc.4", "nodemon": "^3.0.3", "pkg": "^5.8.1", "postject": "1.0.0-alpha.6", "prettier": "^3.0.3", "rimraf": "^5.0.5", "tmp": "^0.2.1", "tmp-promise": "^3.0.3", "ts-essentials": "^9.4.1", "ts-node": "^10.9.1", "tsconfig-paths": "^4.2.0", "tsify": "^5.0.4", "tsup": "^8.0.2", "typed-emitter": "^2.1.0", "typescript": "^5.3.3", "vitest": "^1.2.0" }, "mikro-orm": { "useTsNode": true, "configPaths": [ "./mikro-orm.config.ts", "./build/mikro-orm.config.js" ] } }