UNPKG

@forzalabs/remora

Version:

A powerful CLI tool for seamless data translation.

92 lines (91 loc) 3.09 kB
{ "name": "@forzalabs/remora", "version": "1.0.20", "description": "A powerful CLI tool for seamless data translation.", "main": "index.js", "private": false, "bin": { "remora": "index.js" }, "scripts": { "sync": "cd ../dev_ops && npm run sync", "dev": "clear && npm run fast-build && clear && npx tsx scripts/dev.ts", "dev:w": "clear && npm run fast-build && clear && npx tsx scripts/dev.ts", "ts-check": "npx tsc --noemit", "init": "npx tsx ./src/index.ts init", "version": "npx tsx ./src/index.ts -v", "run": "npx tsx ./src/index.ts run", "discover": "npx tsx ./src/index.ts discover", "compile": "npx tsx ./src/index.ts compile", "deploy": "npx tsx ./src/index.ts deploy", "debug": "npx tsx ./src/index.ts debug", "create-producer": "npx tsx ./src/index.ts create-producer", "copy-static-file": "npx tsx ./scripts/CopyStaticFile.js", "build": "npm i && npm run sync && rm -rf .build && tsc --outDir .build && npm run copy-static-file", "fast-build": "tsc --outDir .build", "upload": "npm run build && cd .build && npm publish --access=public" }, "keywords": [ "nextjs", "nodejs", "cli", "typescript" ], "author": "", "license": "BSL", "dependencies": { "@aws-sdk/client-redshift-data": "^3.699.0", "@aws-sdk/client-s3": "^3.701.0", "@aws-sdk/client-sqs": "^3.886.0", "adm-zip": "^0.5.16", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "bcrypt": "^5.1.1", "bcryptjs": "^3.0.2", "chalk": "^4.1.2", "commander": "^10.0.0", "cross-env": "^7.0.3", "dayjs": "^1.11.13", "decompress": "^4.2.1", "dotenv": "^16.0.3", "fast-xml-parser": "^5.2.3", "fs-extra": "^11.1.0", "hyparquet": "^1.17.4", "inquirer": "^8.2.5", "json-schema": "^0.4.0", "jsonwebtoken": "^9.0.2", "knex": "^2.4.2", "mongodb": "^6.15.0", "next": "^13.4.1", "node-cron": "^4.2.1", "openai": "^6.0.0", "ora": "^5.4.1", "react": "^18.2.0", "react-dom": "^18.2.0", "seedrandom": "^3.0.5", "uuid": "^13.0.0", "workerpool": "^9.3.3", "xlsx": "^0.18.5", "zod": "^3.24.2" }, "devDependencies": { "@eslint/js": "^8.57.1", "@stylistic/eslint-plugin": "^2.9.0", "@types/adm-zip": "^0.5.7", "@types/fs-extra": "^11.0.1", "@types/inquirer": "^8.2.5", "@types/jest": "^29.5.0", "@types/node": "^18.15.11", "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", "eslint": "^8.57.1", "eslint-config-next": "^13.5.10", "eslint-plugin-react": "^7.37.4", "jest": "^29.7.0", "ts-jest": "^29.3.0", "ts-node": "^10.9.2", "tsx": "^4.19.3", "typescript": "^5.8.2", "typescript-eslint": "^8.28.0" } }