auth0-tenant-to-tenant-user-migration-tool
Version:
Auth0 tenant to tenant user migration tool
57 lines (56 loc) • 1.49 kB
JSON
{
"name": "auth0-tenant-to-tenant-user-migration-tool",
"version": "2.0.0",
"description": "Auth0 tenant to tenant user migration tool",
"main": "dist/index.js",
"bin": {
"auth0-migration": "dist/index.js"
},
"scripts": {
"test": "jest",
"prepare": "npm run build",
"build": "tsc"
},
"files": [
"dist"
],
"author": "Millroy Fernandes",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Millroy094/auth0-tenant-to-tenant-user-migration-tool.git"
},
"homepage": "https://github.com/Millroy094/auth0-tenant-to-tenant-user-migration-tool",
"keywords": [
"auth0",
"user-migration-tool",
"nodejscli"
],
"devDependencies": {
"@changesets/cli": "^2.29.5",
"@types/commander": "^2.12.0",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.19",
"@types/node": "^24.0.4",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.3",
"jest": "^30.0.4",
"prettier": "^3.6.2",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.10.0",
"commander": "^14.0.0",
"csv-parser": "^3.2.0",
"inquirer": "^12.6.3",
"lodash": "^4.17.21",
"winston": "^3.17.0"
}
}