@forzalabs/remora
Version:
A powerful CLI tool for seamless data translation.
83 lines (82 loc) • 2.69 kB
JSON
{
"name": "@forzalabs/remora",
"version": "0.0.30",
"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",
"tsc-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",
"automap": "npx tsx ./src/index.ts automap",
"create-producer": "npx tsx ./src/index.ts create-producer",
"copy-static-file": "npx tsx ./scripts/CopyStaticFile.js",
"build": "npm i && npm run sync && tsc --outDir .build && npm run copy-static-file",
"upload": "npm run build && cd .build && npm publish --access=public"
},
"keywords": [
"nextjs",
"nodejs",
"cli",
"typescript"
],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-redshift-data": "^3.699.0",
"@aws-sdk/client-s3": "^3.701.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",
"dotenv": "^16.0.3",
"fast-xml-parser": "^5.2.3",
"fs-extra": "^11.1.0",
"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",
"openai": "^4.91.1",
"ora": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"seedrandom": "^3.0.5",
"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"
}
}