{ "name": "@futureporn/factory", "type": "module", "version": "1.0.0", "description": "", "main": "src/index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "pnpm run dev.nodemon # yes this is crazy to have nodemon execute tsx, but it's the only way I have found to get live reloading in TS/ESM/docker with Graphile Worker's way of loading tasks", "dev.tsx": "tsx ./src/index.ts", "dev.nodemon": "nodemon --ext ts --exec \"pnpm run dev.tsx\"", "dev.node": "node --no-warnings=ExperimentalWarning --loader ts-node/esm src/index.ts" }, "keywords": [ "transcode", "transcoding", "process", "processing" ], "author": "@cj_clippy", "license": "Unlicense", "dependencies": { "@aws-sdk/client-s3": "^3.637.0", "@aws-sdk/lib-storage": "^3.637.0", "@futureporn/fetchers": "workspace:^", "@futureporn/storage": "workspace:^", "@futureporn/utils": "workspace:^", "@paralleldrive/cuid2": "^2.2.2", "@types/node": "^22.5.2", "dotenv": "^16.4.5", "fluture": "^14.0.0", "graphile-worker": "^0.16.6", "ramda": "^0.30.1" }, "devDependencies": { "@futureporn/types": "workspace:^", "@types/ramda": "^0.30.2", "nodemon": "^3.1.4", "ts-node": "^10.9.2", "tsx": "^4.19.0" } }